Skip to content

sinankeskin/ember-animate-css

Repository files navigation

ember-animate-css

Ember addon for pure css animation Animate.css library.

Compatibility

  • Ember.js v3.28 or above
  • Embroider or ember-auto-import v2

Installation

ember install ember-animate-css

Usage

animate is an element modifier. Simply add to an element like;

<button type='button' {{animate 'bounce' 'faster' delay='1' repeat='3'}}>
  Bounce
</button>
  • First positional parameter is for animation name. ( Required - For all names click )
  • Second positional parameter is for speed. ( Optional - Possible values: ['slow', 'slower', 'fast', 'faster'] )
  • One named parameter is delay time. ( Optional - Possible values: ['1', '2', '3', '4', '5'] )
  • Another named parameter is repeat count. ( Optional - Possible values: ['infinite', '1', '2', '3'] )

For all animation names and other parameters click.

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

About

Ember addon for pure css animation [Animate.css] library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •