WebAnimator.RotateZ

From Xojo Documentation

Method

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

New in 2010r4

Supported for all project types and targets.

Rotates the Target control by Degrees on the Z axis over the Duration specified.

Sample Code

Rotate an image:

Animator1.RotateX(ImageView1, 180, 0.5)