Chapter 15.3.5. Combination Effects

The “combination effects” build on the core effects to provide easy-to-use functions that have a polished and complete look. All of these functions have the signature effect(element[, options]). The combination effects are as follows:

  • fade Change the opacity of the element until it disappears with from and to options. from defaults to getOpacity(element) or 1.0 if that is not set. to defaults to 0.0.

  • appear The reverse of fade.

  • puff The element will double in size and then disappear.

  • blindUp The element’s vertical size will shrink to 0, giving the effect of a blind rolling up.

  • blindDown The reverse of blindUp.

  • switchOff The element will shrink to nothing in the middle (reminiscent of a television set that ...

Get Rapid Web Applications with TurboGears: Using Python to Create Ajax-Powered Sites now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.