WebAnimator.SkewX
From Xojo Documentation
Method
WebAnimator.SkewX(Target As WebControl, Degrees As Integer, Duration As Double)
New in 2010r4
Supported for all project types and targets.
New in 2010r4
Supported for all project types and targets.
Skews the Target control by Degrees on the X axis over the Duration.
Sample Code
Skews an image:
Animator1.SkewX(ImageView1, 20, 0.5)
Animator1.Play
Animator1.Play