0.0.8 • Published 10 years ago

ember-cli-slide-animation v0.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

#ember-cli-slide-animation

Route transition slide animation. Aiming to imitate the slide left and slide right transitions of iOS and mobile in general. This uses the ember-animate library.

##Live Demo

Live demo with source code

##Usage

ember install:addon ember-cli-slide-animation

import SlideViewMixin from 'ember-cli-slide-animation/mixins/slide-view';

export default Ember.View.extend(SlideViewMixin);

Though views are not very common in Ember.js, to get the slide animation on your transitions, you must create a view for every route you want animated. Then include the mixin and you're all set. Your route heirarchy will determine the slide direction.

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago