Type Aliases
TransformationType
type TransformationType =
| "rotate"
| "rotate3d"
| "rotateX"
| "rotateY"
| "translate"
| "translate3d"
| "translateX"
| "translateY"
| "scale"
| "scale3d"
| "scaleX"
| "scaleY";Defined in: ui/animation/animation-shared.ts
- Previous
- Transformation
- Next
- TransformationValue