0.36.1 • Published 7 months ago

liquid-fire v0.36.1

Weekly downloads
35,868
License
MIT
Repository
github
Last release
7 months ago

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.

Documentation

Liquid Fire website is an ember-cli application that contains an interactive demo & documentation. It runs from Liquid Fire's test dummy app.

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

Ember Compatibility Table

Ember VersionLiquid Fire Release
3.28 and newerlatest
3.16 through 4.120.35.x
2.12 through 3.150.33.x
1.13 through 2.110.29.x
1.11 through 1.120.19.x
1.8 through 1.100.17.x

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 v2 format.

  • liquid-fire: is code that can be imported by the user from the liquid-fire namespace
  • docs: is the demo and documentation application
  • test-app: is the testing

Testing

When running tests you'll want to set your transition speeds to 0 so they don't slow down your tests. This can be accomplished by using an Environment variable.

// Import the Environment
import ENV from "your-application-name/config/environment";

// If Testing Environment
if (ENV.environment === "test") {
  var customDuration = 0; // set to 0 seconds
} else {
  var customDuration = 200; // set to 200 miliseconds
}

this.transition(
  this.toRoute("foo"),
  this.use("toLeft", { duration: customDuration }) // Use customDuration
);
0.36.1

7 months ago

0.36.0

8 months ago

0.35.1

11 months ago

0.35.0

1 year ago

0.34.0

2 years ago

0.33.1

2 years ago

0.33.0

2 years ago

0.32.0

3 years ago

0.31.0

5 years ago

0.30.0

5 years ago

0.29.5

6 years ago

0.29.4

6 years ago

0.29.3

6 years ago

0.29.2

6 years ago

0.29.1

6 years ago

0.29.0

7 years ago

0.28.1

7 years ago

0.28.0

7 years ago

0.27.3

7 years ago

0.27.2

7 years ago

0.27.1

7 years ago

0.27.0

7 years ago

0.26.7

7 years ago

0.26.6

7 years ago

0.26.5

7 years ago

0.26.4

8 years ago

0.26.3

8 years ago

0.26.2

8 years ago

0.26.1

8 years ago

0.26.0

8 years ago

0.25.0

8 years ago

0.24.1

8 years ago

0.24.0

8 years ago

0.23.1

8 years ago

0.19.6

8 years ago

0.23.0

8 years ago

0.22.1

8 years ago

0.22.0

8 years ago

0.21.3

9 years ago

0.21.2

9 years ago

0.21.1

9 years ago

0.21.0

9 years ago

0.19.5

9 years ago

0.20.4

9 years ago

0.20.3

9 years ago

0.20.2

9 years ago

0.20.1

9 years ago

0.19.4

9 years ago

0.20.0

9 years ago

0.19.3

9 years ago

0.19.2

9 years ago

0.19.1

9 years ago

0.19.0

9 years ago

0.18.0

9 years ago

0.17.1

9 years ago

0.17.0

9 years ago

0.16.3

9 years ago

0.16.2

9 years ago

0.16.1

9 years ago

0.16.0

9 years ago

0.15.2

9 years ago

0.15.1

9 years ago

0.15.0

9 years ago

0.14.0

9 years ago

0.13.0

9 years ago

0.12.0

10 years ago

0.11.1

10 years ago

0.11.0

10 years ago

0.10.0

10 years ago

0.9.2

10 years ago

0.9.1

10 years ago

0.9.0

10 years ago

0.8.4

10 years ago

0.8.3

10 years ago

0.8.2

10 years ago

0.8.1

10 years ago

0.8.0

10 years ago

0.7.1

10 years ago

0.7.0

10 years ago

0.6.3

10 years ago

0.6.2

10 years ago

0.6.1

10 years ago

0.6.0

10 years ago

0.5.0

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago