Module API - end-user/scene

A scene is a story segment and an element container. Each scene has an animation pipeline that contains the actions to perform in each frame. If a frame has no actions, it's called a still. To build the animation pipeline use the methods:

  • addAnimations
  • addSerialAnimations
  • addStills

A scene usually is associated with a div in the html file. Scenes with class=beamtoix-class are automatically added to story upon story creation. But it can also be a virtual scene.

Only one scene can be active at a certain point in time, but if it's defined a transition it two scene can be visible during the transition process.

transitions

Index

Classes