GitXplorerGitXplorer
t

transition-helper

public
31 stars
4 forks
0 issues

Commits

List of commits on branch master.
Unverified
3ee2a039c7bd44944ba129f6f129c01360b3fe7a

Update README.md

committed 10 years ago
Unverified
e4c19f3914c54dec9cdcade3730a823f4285b384

Create README.md

ttmeasday committed 11 years ago
Unverified
f30b677146bec46b5027ea13ddf63de6d841d175

Works.

ttmeasday committed 11 years ago

README

The README file for this repository.

transition-helper

NOTE: this package is a proof-of-concept. For a fuller-featured package that wraps uihooks in a nice API, we suggest you check out https://atmospherejs.com/percolate/momentum

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.