WebAnimator.Motion
From Xojo Documentation
Property (As Integer )
This property is only available for Web applications. |
aWebAnimator.Motion = newIntegerValue
or
IntegerValue = aWebAnimator.Motion
New in 2010r4
Supported for all project types and targets.
or
IntegerValue = aWebAnimator.Motion
New in 2010r4
Supported for all project types and targets.
Indicates the type of motion that should be used during animation.
Notes
The choices are as follows:
Value | Description |
---|---|
0 | Linear |
1 | Accelerate |
2 | Decelerate |
3 | Accelerate then Decelerate |