ember-animated-headline

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

Usage no npm install needed!

<script type="module">
  import emberAnimatedHeadline from 'https://cdn.skypack.dev/ember-animated-headline';
</script>

README

ember-animated-headline Build Status Ember Observer Score

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 clone this repository
  • npm install
  • bower install

Running

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

Running Tests

  • ember test