Module

CSS.Transform

Package
purescript-css
Repository
purescript-contrib/purescript-css

#translate Source

translate :: forall a b. Size a -> Size b -> Transformation

#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

#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

#rotate3d Source

rotate3d :: forall a. Number -> Number -> Number -> Angle a -> Transformation

#offset Source

offset :: forall a. Size a -> TransformOriginOffset a

#offsetTop Source

#offsetBottom Source

#offsetLeft Source

#offsetRight Source

#offsetCenter Source

#transformOrigin Source