Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
play Method
Start animation.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function play(
: Number,
: Number,
: Boolean,
: Boolean
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfOpacityAnimation.play(Number,Number,Boolean,Boolean); |
Parameters
- startOpacity
- Opacity in percents on start.
- endOpacity
- Opacity in percents on end.
- removeOpacityAtEnd
- True: request to remove opacity at the end.
- hideOnStop
- True: request to hide element at the end.
See Also