Skip to content

Animations & transitions for ambitious Ember applications.

License

Notifications You must be signed in to change notification settings

machty/liquid-fire

 
 

Repository files navigation

Liquid Fire

Comprehensive animation support for ambitious Ember applications.

Features

  • Animated transitions between routes that work seamlesssly with the Ember router.

  • A DSL for laying out your spatial route relationships, cleanly separated from view-layer implementation details.

  • Animated transitions between models within a single route.

  • Animated transitions between individual scalar values within a template.

  • Promise-driven API to control your animation flow.

  • Backed by velocity.js, but easy to extend to other animation drivers if there's interest.

Installation

This is an ember-cli addon, so all you need is:

npm install --save-dev liquid-fire

Documentation

Liquid Fire itself is an ember-cli application that runs an interactive demo & documentation. The docs are still being written, but you can get a sneak peak.

You can also see some examples in my Ember Animation Demo repo, and this video presentation from the Boston Ember Meetup.

Source Organization

This repo contains both the liquid-fire library and a demo application that presents interactive docuemntation. The library code is in:

  • index.js
  • app-addon
  • vendor-addon

The demo app is organized like a typical ember-cli application, so all of these are for the demo application:

  • Brocfile.js
  • app
  • config
  • public
  • vendor
  • snippets (which get rendered by ember-code-snippet)

About

Animations & transitions for ambitious Ember applications.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published