ember-animate-css

3.0.0 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.0.0
    36
    • latest

Version History

Package Sidebar

Install

npm i ember-animate-css

Weekly Downloads

44

Version

3.0.0

License

MIT

Unpacked Size

7.18 kB

Total Files

7

Last publish

Collaborators

  • khons