Giter Club home page Giter Club logo

liquid-fire's Introduction

Liquid Fire

Comprehensive animation support for ambitious Ember applications. Interactive Documentation is here.

Features

  • Animated transitions between routes that work seamlessly 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.

Ember Compatibility

The oldstable branch is compatible with Ember 1.8 through 1.10. It is released to npm as the 0.17.x series.

The master branch is compatible with Ember 1.11 and newer.

Installation

This is an ember-cli addon, so all you need is an npm install.

If you're using ember-cli > 0.2.3:

ember install liquid-fire

Otherwise, for Ember 1.11 or newer, use:

npm install --save-dev liquid-fire

If you're using Ember 1.10 or older, use:

npm install --save-dev liquid-fire@^0.17.0

Documentation

Liquid Fire itself is an ember-cli application that runs an interactive demo & documentation. The docs are here.

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

Development

Source Organization

This repo contains both the liquid-fire library and a demo application that presents interactive documentation. It follows standard ember-cli addon format.

  • app: is code that's loaded directly into the user's application
  • addon: is code that can be imported by the user from the liquid-fire namespace
  • tests/dummy: is the testing, demo, and documentation application that runs at http://ef4.github.com/liquid-fire
  • packaging: extra tooling for building non-ember-cli releases

Selecting Ember Versions

Liquid Fire is tested against release, beta, and canaryversions of Ember. While developing Liquid Fire, you can switch to a different Ember environment by using ember-try's ember try ember-1.11.0 script.

After running this command and re-running ember serve, the ember-cli server (and QUnit test suite) will be running against Ember Canary + HTMLBars.

liquid-fire's People

Contributors

ef4 avatar jamesreggio avatar rlivsey avatar rwjblue avatar machty avatar chrism avatar stefanpenner avatar balinterdi avatar kamal avatar jakecraige avatar kidgodzilla avatar jerel avatar ssendev avatar kimroen avatar lukemelia avatar samselikoff avatar tomdale avatar lukesargeant avatar eccegordo avatar davewasmer avatar corpulentcoffee avatar kiwiupover avatar bmac avatar lazybensch avatar slexaxton avatar twokul avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.