Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 892 Bytes

File metadata and controls

43 lines (22 loc) · 892 Bytes

[command] transform

A command that is to be used within animation groups.

The transform command manipulates a CSS property of an asset's DOM Element.

Usage

See animation.

Attributes

  • asset/@[asset_name]: The name of the asset to manipulate.
  • property: The CSS property to manipulate. Can be any CSS property with decimal values. Refer to a CSS guide to finde the one that fits your purpose.
  • from: The start value without unit.
  • to: The end value without unit.
  • unit: The unit, e.g. "px", "%" or "em".
  • duration: How long the transformation should take in milliseconds.
  • easing: The easing type to use. See easing.

Parents

Children

  • none

Related Assets

Related Commands