Rotate Enum

Rotate enumeration

Specifies the rotation behavior for elements during motion animation in SVG.

public enum Rotate

Values

NameValueDescription
Auto0Automatically rotates the element in the direction of the path.
AutoReverse1Automatically rotates the element in the direction of the path and allows it to reverse.

Remarks

The ‘rotate’ attribute in SVG’s ‘animateMotion’ element controls the rotation of an element along a motion path. This enum provides options for how the element should rotate as it follows the path.

See Also