atomic-css-0.1.0: Type-safe, composable CSS utility functions. Inspired by Tailwindcss and Elm-UI
Safe HaskellNone
LanguageGHC2021

Web.Atomic.CSS.Transition

Synopsis

Documentation

transition :: Styleable h => Ms -> TransitionProperty -> CSS h -> CSS h Source #

Animate changes to the given property

el ~ transition 100 (Height 400) $ "Tall"
el ~ transition 100 (Height 100) $ "Small"