WebAnimator.SkewY

From Xojo Documentation

Method

WebAnimator.SkewY(Target As WebControl, Degrees As Integer, Duration As Double)

New in 2010r4

Supported for all project types and targets.

Skews the Target control by Degrees on the Y axis over the Duration.

Sample Code

Skews an image:

Animator1.SkewY(ImageView1, 20, 0.5)
Animator1.Play