0.1.2 • Published 8 years ago

ember-animated-headline v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

ember-animated-headline Build Status Ember Observer Score

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

npm.io

Installation

$ ember install ember-animated-headline

And don't forget to add the stylesheet to your app.scss

@import "ember-animated-headline";

Usage

parametervalueusage
options['one', 'two']the collection of values to be rendered
delay2000The animation delay in ms
{{ember-animated-headline options=options delay=delay}}

Installation

  • git clone this repository
  • npm install
  • bower install

Running

  • ember server
  • Visit http://localhost:4200

Running Tests

  • ember test