Skip to content
  • Emmanuele Bassi's avatar
    Add ClutterTransitionGroup · c500fc18
    Emmanuele Bassi authored
    The TransitionGroup class is a logical container for running multiple
    transitions.
    
    TransitionGroup is not a Score: it is a Transition that advances each
    Transition it contains using the delta between frames, and ensures that
    all transitions are in a consistent state; these transitions are not
    advanced by the master clock.
    c500fc18