Type Aliases
TransformFunctionsInfo
type TransformFunctionsInfo = {
rotate: Point3D;
scale: Pair;
translate: Pair;
};Defined in: ui/animation/animation-shared.ts
Properties
rotate
rotate: Point3D;Defined in: ui/animation/animation-shared.ts
scale
scale: Pair;Defined in: ui/animation/animation-shared.ts
translate
translate: Pair;Defined in: ui/animation/animation-shared.ts
- Previous
- TransformationValue
- Next
- VerticalAlignment