Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

An Ember addon for building magical scroll interactions using ScrollMagic.js
https://github.com/willviles/ember-scrollmagic

animation ember ember-addon ember-scrollmagic greensock-animation-platform gsap scroll scroll-magic scrolling

Last synced: 9 days ago
JSON representation

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

Awesome Lists containing this project

README

        

Ember ScrollMagic [![Build Status](https://travis-ci.org/willviles/ember-scrollmagic.svg)](https://travis-ci.org/willviles/ember-scrollmagic) [![Ember Observer Score](http://emberobserver.com/badges/ember-scrollmagic.svg)](http://emberobserver.com/addons/ember-scrollmagic) ![Download count all time](https://img.shields.io/npm/dt/ember-scrollmagic.svg) [![npm](https://img.shields.io/npm/v/ember-scrollmagic.svg)](https://www.npmjs.com/package/ember-scrollmagic)
======

Ember ScrollMagic is an Ember addon for using [ScrollMagic](https://github.com/janpaepke/ScrollMagic) - the javascript library for magical scroll interactions.

## Installation

ScrollMagic uses [GSAP (Greensock Animation Platform)](https://github.com/greensock/GreenSock-JS) for full animation tweening. Ember ScrollMagic will automatically install [Ember GSAP](https://github.com/willviles/ember-gsap) into your application.

```bash
ember install ember-scrollmagic
```

## Examples & Documentation

**Check out the Ember ScrollMagic site for [examples](https://willviles.github.io/ember-scrollmagic/#/documentation/examples) and [guides](https://willviles.github.io/ember-scrollmagic/#/documentation/guides).**

Please refer to the ScrollMagic [docs](http://scrollmagic.io/docs/index.html) for information on using controllers and scenes. For ideas and inspiration of what to create with ScrollMagic, check out the [examples](http://scrollmagic.io/examples/).

## Fastboot

Ember ScrollMagic >=0.2.0 and [Ember GSAP](https://github.com/willviles/ember-gsap) >=0.3.0 are fully compatible with all versions of [Ember CLI Fastboot](https://github.com/ember-fastboot/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](http://localhost:4200).