Combination Effects

All the combination effects are based on the six Core Effects,

and are thought of as examples to allow you to write your own effects.

 

·Effect.Appear, Effect.Fade
·Effect.Puff
·Effect.DropOut
·Effect.Shake
·Effect.SwitchOff
·Effect.BlindDown, Effect.BlindUp
·Effect.SlideDown, Effect.SlideUp
·Effect.Pulsate
·Effect.Squish
·Effect.Fold
·Effect.Grow
·Effect.Shrink

 

Additionally, there’s the Effect.toggle utility method for elements you want to show temporarily with a Appear/Fade, Slide or Blind animation.

 

Effect.toggle uses any of the following pairs:

 

Toggle Parameter

Description

appear

Effect.Appear, Effect.Fade

slide

Effect.SlideDown, Effect.SlideUp

blind

Effect.BlindDown, Effect.BlindUp

 

Have a look at the Combination Effects Demo online.