Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.05 KB

_utils_transforms_translate_.translateprops.md

File metadata and controls

34 lines (18 loc) · 1.05 KB

@johanneslumpe/styled-props > "utils/transforms/translate" > TranslateProps

Interface: TranslateProps

Type parameters

T

Hierarchy

TranslateProps

Index

Properties


Properties

style$Translate

● style$Translate: T

Defined in utils/transforms/translate.ts:12

The translate CSS property allows you to specify translation transforms individually and independently of the transform property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the transform value.

see: https://developer.mozilla.org/docs/Web/CSS/translate