https://github.com/meteor/transition-tester
https://github.com/meteor/transition-tester
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/meteor/transition-tester
- Owner: meteor
- Created: 2015-10-20T05:46:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-20T23:00:59.000Z (over 9 years ago)
- Last Synced: 2025-03-28T17:54:39.955Z (2 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 1
- Watchers: 12
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Transition tester
An attempt to recreate the circumstances of the transition between pages in galaxy.
### Usage
To start a transition, type `goToPage(pages.$NAME)` in the browser console, where `$NAME` is one of:
- `Base`
- `Login`
- `AppShow`
- `OrgAppList`
- `OrgUserList`To finish it, type `finishTransition()`.
### Development
The idea is to pad out the HTML and write the CSS to prove that a given layout works, both normally, and during a transition.
The next step would be to expand this app to actually run transitions via `CSSTransitionGroup` or something. But that seems like a distinct next step once we actually are sure our basic layout works.