Transform
List of Transform Utility Classes included with Canvas.
Classes
| Class | Description |
|---|---|
.translate-x | Sets the
.h-translate-x - Sets a translateX property on the Element on HoverExample: [ch_pre]
...
[/ch_pre] |
.translate-y | Sets the
.h-translate-y - Sets a translateY property on the Element on HoverExample: [ch_pre]
...
[/ch_pre] |
.scale | Sets the
.h-scale - Sets a scale property on the Element on HoverExample: [ch_pre]
...
[/ch_pre] |
.transform-ts | Applies Transform Property Transitions support on the Element |
.all-ts | Applies All Property Transitions support on the Element Example: [ch_pre]
...
[/ch_pre] |
