0.1.2 • Published 10 years ago
ember-animated-headline v0.1.2
ember-animated-headline

A small component that animates a list of words :unicorn_face: :sun_with_face:

Installation
$ ember install ember-animated-headline
And don't forget to add the stylesheet to your app.scss
@import "ember-animated-headline";Usage
| parameter | value | usage |
|---|---|---|
options | ['one', 'two'] | the collection of values to be rendered |
delay | 2000 | The animation delay in ms |
{{ember-animated-headline options=options delay=delay}}Installation
git clonethis repositorynpm installbower install
Running
ember server- Visit
http://localhost:4200
Running Tests
ember test