animationize
v0.2.2
Published
The default blueprint for ember-cli addons.
Downloads
12
Maintainers
Readme
Animationize
Component to animation with:
Installation
ember install animationize
Demo
Helpers
{{#animate-block *args}}
{{yield}}
{{/animate-block}}
| args | value | -------------|--------- | insertAnimation | String | destroyAnimation | String |durationTime| integer (1;0.01) |delayTime| integer (1;0.01); String "random" |delayIndex|integer (1;0.01); String"random" |class| String |animateCss| Boolean
For more information on using ember-cli, visit http://www.ember-cli.com/.