Coder Social home page Coder Social logo

tcarterjr / ember-animate-css Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sinankeskin/ember-animate-css

0.0 0.0 0.0 5.61 MB

Ember addon for pure css animation [Animate.css] library.

License: MIT License

JavaScript 85.70% CSS 0.86% HTML 13.44%

ember-animate-css's Introduction

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.

ember-animate-css's People

Contributors

sinankeskin avatar dependabot-preview[bot] avatar dependabot[bot] avatar ember-tomster avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.