Windows Media Player 11 SDK AmbientAttributes.slideTo
Previous | Next |
AmbientAttributes.slideTo
The slideTo method moves the control to a new location. The control moves in a non-linear fashion over the specified time period.
Syntax
Parameters
newX
Number (long) specifying the new value for the left attribute of the control.
newY
Number (long) specifying the new value for the top attribute of the control.
moveTime
Number (long) specifying the time, in milliseconds, that it takes for the control to move to its new location.
Return Values
This method does not return a value.
Remarks
This method is different from moveTo, which creates a linear motion when moving the control. The non-linear motion created by this method is a sliding motion that accelerates from a speed of zero at the beginning of the motion and decelerates back to zero at the end, coming to a smooth stop.
Requirements
Windows Media Player 11.
See Also
Previous | Next |