documentation indexreference manualfunction index

Pixellate

Function: Pixellate (time, steps, old_widget=None, new_widget=None):

This pixellates out the old scene, and then pixellates in the new scene, taking the given amount of time and the given number of pixellate steps in each direction.

Example

init:
    $ pixellate = Pixellate(1.0, 5)

with None
scene bg washington
show eileen happy
with pixellate

e "The pixellate transition pixellates out the old scene,
   switches to the new scene, and then unpixellates that."



documentation indexreference manualfunction index