Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Transitions

Thomas Handorf edited this page Apr 22, 2018 · 3 revisions

Every Layer has an active Frame. Transitions are exchanging the current active Frame of a Layer with a target Frame using an animation. Different transition types exist, including

  • left
  • right
  • up
  • down
  • fade
  • blur
  • zoomin
  • zoomout

The active Frame can become the special "!none" Frame in which case no Frame is shown. You can specify the transition type in a link (see Links) or as Frame or Layer attribute:

<div lj-type="frame" lj-transition="left"></div>

Transitions are also influenced by Layouts which define which Frames are shown. The default Layout is the Slide-Layout which only shows the active Frame fitted into the Stage. This is the simplest layout and supports all above defined transitions. See also Layouts.

Interstage transitions allow sending Frames across Layers and Stages. These transitions will simply "zoom" the frame from its current positions (stage) to the new stage. Here only the "zooming" transition is supported and not the ones stated above.

Clone this wiki locally