ember-cli-slide-animation

0.0.8 • Public • Published

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.

Dependencies (0)

    Dev Dependencies (15)

    Package Sidebar

    Install

    npm i ember-cli-slide-animation

    Weekly Downloads

    1

    Version

    0.0.8

    License

    MIT

    Last publish

    Collaborators

    • kellyselden