shellandbull / ember-animated-headline

An animated headline component.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ember-animated-headline Build Status Ember Observer Score

A small component that animates a list of words :unicorn_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

About

An animated headline component.

License:MIT License


Languages

Language:JavaScript 72.4%Language:HTML 18.0%Language:CSS 9.5%