|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--blade.core.animation.Sequence
Animation sequence base class
Defined in animation.js
Constructor Summary | |
blade.core.animation.Sequence
(element, vector, length, speed)
|
Method Summary | |
function
|
begin()
Starts the internal timer, begins running the sequence |
function
|
cancel()
Cancels the sequence |
function
|
handle()
Dummy event handler - this should be overridden by the implementing class |
function
|
increment()
Steps to the next frame in the sequence. |
function
|
initialize(element)
Makes sure an element's CSS position, top, and left values are properly set up for an animation. |
function
|
resume()
Resumes a suspended sequence |
function
|
suspend()
Temporarily suspends the sequence, but leaves the internal timer running |
Constructor Detail |
function blade.core.animation.Sequence(element, vector, length, speed)
Method Detail |
function begin()
function cancel()
function handle()
function increment()
function initialize(element)
function resume()
function suspend()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |