Class blade.core.animation.Scaling
Object
|
+--blade.core.animation.Sequence
|
+--blade.core.animation.Scaling
- class
blade.core.animation.Scaling
- extends blade.core.animation.Sequence
Scales an element
Defined in animation.js
Method Summary |
function
|
handle()
Dummy event handler - this should be overridden by the implementing class
|
blade.core.animation.Scaling
function blade.core.animation.Scaling(element, vector, length, speed)
Parameters:
speed
- the scaling speed (in px/sec)
id
- id of the element to scale
x
- the x scaling factor of length (0 to 1)
y
- the y scaling factor of length (0 to 1)
handle
function handle()
Dummy event handler - this should be overridden by the implementing class