W e b F a c e
E f f e c t s

Transitions

Transitions are created by manipulating the properties of layers to either move the layer or change the amount of the layer that is viewable (clipping). More advanced transitions (not discussed here) can also be done by moving layers on top of or under each other. See the Taboca ArtworK layer demo site to see a dissolve effect.


Wipe
Wipe effects are created by changing the clipping of a layer. Wipe close effects are performed by decreasing one edge of the clipping area until it meets the other edge. Wipe open effects are the reverse, the clipping area starts with two edges touching and is increased until the full clipping area is reached. Additional wipe effects can be produced by moving two clipping edges at the same time (ie: both edges start in the middle and move outward).

Source Code


 

Pull
Simple pull effects are created by moving the layer using JavaScript while more advanced pulls, such as show below, are created by moving the layer while at the same time manipulating the clipping. This allows pulls to be used for layers which are not touching the edge of the web page, allowing the pull to make it appear that the layer comes out of nowhere.

Source Code


 

Box-Out
Box-out (and box-in) effects are created by changing the clipping on all four edges of a layer at the same time. The clipping area is set to zero with the edges meeting each other in the center of layer. Each clipping edge is then moved outward until it reaches the full clipping for the layer. The box-out effect is related to the wipe effect in that they both rely on moving one of more of the clipping edges to create their effects.

Source Code