queenvictoria / ember-scrollmagic

An Ember addon for building magical scroll interactions using ScrollMagic.js

Home Page:https://willviles.github.io/ember-scrollmagic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ember ScrollMagic Build Status Ember Observer Score Download count all time npm

Ember ScrollMagic is an Ember addon for using ScrollMagic - the javascript library for magical scroll interactions.

[Short description of the addon.]

ScrollMagic uses GSAP (Greensock Animation Platform) for full animation tweening. Ember ScrollMagic will automatically install Ember GSAP into your application.

ember install ember-scrollmagic

Examples & Documentation

Check out the Ember ScrollMagic site for examples and guides.

Please refer to the ScrollMagic docs for information on using controllers and scenes. For ideas and inspiration of what to create with ScrollMagic, check out the examples.

Fastboot

Ember ScrollMagic >=0.2.0 and Ember GSAP >=0.3.0 are fully compatible with all versions of Ember CLI Fastboot.

Contributing

  • git clone https://github.com/willviles/ember-scrollmagic.git
  • cd ember-scrollmagic
  • npm install
  • ember serve
  • Visit the dummy app at http://localhost:4200.

About

An Ember addon for building magical scroll interactions using ScrollMagic.js

https://willviles.github.io/ember-scrollmagic

License:MIT License


Languages

Language:JavaScript 93.5%Language:HTML 6.5%