0.5.0 • Published 2 years ago

liquid-fire-reveal v0.5.0

Weekly downloads
81
License
MIT
Repository
github
Last release
2 years ago

liquid-fire-reveal

Ember CI

Ember Observer Score

Reveal transitions for liquid-fire.

This addon defines four new transitions for liquid-fire: revealUp, revealDown, revealLeft, and revealRight.

Installation

In your ember-cli project, run:

ember install liquid-fire # if not already installed
ember install liquid-fire-reveal

Usage

Define a liquid-fire transition using any of the four named reveal transitions:

// app/transitions.js
this.transition(
  this.fromRoute('login'),
  this.toRoute('index'),
  this.use('revealDown')
);

The old content will slide away in the direction specified, revealing the new content in its place. See this example page to see each transition in action.

Note: You'll probably want to make sure that the content being transitioned away from has a background that will mask the new content during the transition.

Developing

  • git clone https://github.com/kpfefferle/liquid-fire-reveal.git this repository
  • cd liquid-fire-reveal
  • yarn
0.5.0

2 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.3.0

4 years ago

0.2.0

5 years ago

0.1.3

6 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago