Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dwinston/transition-helper-needhelp
https://github.com/dwinston/transition-helper-needhelp
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dwinston/transition-helper-needhelp
- Owner: dwinston
- Created: 2014-07-17T16:50:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-17T16:52:37.000Z (over 10 years ago)
- Last Synced: 2024-11-29T11:14:10.616Z (about 1 month ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
transition-helper
=================This is a basic proof-of-concept package that uses the _uihooks for Meteor Devel.
What it gives you is a basic `{{#transition}}` helper -- which if you wrap around an `{{#each}}` or a `{{#if}}` will animate the removal / addition (and eventually movement) of elements using *CSS Transitions*.
Check out the basic-example for a simple usage.
## Important
You **must** have a transition defined for the element on the `.off-screen` -> not `.off-screen` class change. If you don't, there be dragons.
## Contributions
Eventually this will be a real package with options and the rest. Until then the best contribution is suggestions to what it needs. Perhaps it's perfect as is?