Module
CSS.Transform
- Package
- purescript-css
- Repository
- purescript-contrib/purescript-css
#Transformation Source
#transform Source
transform :: Transformation -> CSS
#transforms Source
transforms :: Array Transformation -> CSS
#translateX Source
translateX :: forall a. Size a -> Transformation
#translateY Source
translateY :: forall a. Size a -> Transformation
#translateZ Source
translateZ :: forall a. Size a -> Transformation
#translate3d Source
translate3d :: forall a b c. Size a -> Size b -> Size c -> Transformation
#scaleX Source
scaleX :: Number -> Transformation
#scaleY Source
scaleY :: Number -> Transformation
#scaleZ Source
scaleZ :: Number -> Transformation
#rotate Source
rotate :: forall a. Angle a -> Transformation
#rotateX Source
rotateX :: forall a. Angle a -> Transformation
#rotateY Source
rotateY :: forall a. Angle a -> Transformation
#rotateZ Source
rotateZ :: forall a. Angle a -> Transformation
#skewX Source
skewX :: Number -> Transformation
#skewY Source
skewY :: Number -> Transformation
#perspective Source
perspective :: Number -> Transformation
#TransformOrigin Source
#TransformOriginOffset Source
#offset Source
offset :: forall a. Size a -> TransformOriginOffset a
#offsetTop Source
offsetTop :: forall a. TransformOriginOffset a
#offsetBottom Source
offsetBottom :: forall a. TransformOriginOffset a
#offsetLeft Source
offsetLeft :: forall a. TransformOriginOffset a
#offsetRight Source
offsetRight :: forall a. TransformOriginOffset a
#offsetCenter Source
offsetCenter :: forall a. TransformOriginOffset a
#transformOrigin Source
transformOrigin :: forall a. TransformOriginOffset a -> TransformOriginOffset a -> Size a -> CSS
- Modules
- CSS
- CSS.
Animation - CSS.
Background - CSS.
Border - CSS.
Box - CSS.
Color - CSS.
Common - CSS.
Cursor - CSS.
Display - CSS.
Elements - CSS.
Flexbox - CSS.
Font - CSS.
FontFace - CSS.
FontStyle - CSS.
Geometry - CSS.
Gradient - CSS.
ListStyle - CSS.
ListStyle. Image - CSS.
ListStyle. Position - CSS.
ListStyle. Type - CSS.
Media - CSS.
Overflow - CSS.
Property - CSS.
Pseudo - CSS.
Render - CSS.
Selector - CSS.
Size - CSS.
String - CSS.
Stylesheet - CSS.
Text - CSS.
Text. Direction - CSS.
Text. Overflow - CSS.
Text. Shadow - CSS.
Text. Transform - CSS.
Text. Whitespace - CSS.
TextAlign - CSS.
Time - CSS.
Transform - CSS.
Transition - CSS.
VerticalAlign