Squeak Class Documentation category index | class index  
 
Animation
  category: Balloon3D-Wonderland Time
  superclass: AbstractAnimation
  subclasses: RelativeAnimation AbsoluteAnimation

The Animation class extends the AbstractAnimation class with methods designed for simple (non-composite) animations.

instance methods
  initialization
  object:update:getStartState:getEndState:style:duration:undoable:inWonderland:

  management
  update:

class methods
  no messages
 

instance methods
  initialization top  
 

object:update:getStartState:getEndState:style:duration:undoable:inWonderland:

This method initializes the Animation with all the information that it needs run.


  management top  
 

update:

Updates the animation using the current Wonderland time


class methods
  no messages top