Safe Haskell | None |
---|---|
Language | Haskell98 |
Synopsis
- animation :: AnimationName -> Time -> TimingFunction -> Time -> IterationCount -> AnimationDirection -> FillMode -> Css
- animations :: [(AnimationName, Time, TimingFunction, Time, IterationCount, AnimationDirection, FillMode)] -> Css
- animationDelay :: Time -> Css
- animationDelays :: [Time] -> Css
- data AnimationDirection
- animationDirection :: AnimationDirection -> Css
- animationDirections :: [AnimationDirection] -> Css
- alternate :: AnimationDirection
- reverse :: AnimationDirection
- alternateReverse :: AnimationDirection
- animationDuration :: Time -> Css
- animationDurations :: [Time] -> Css
- data IterationCount
- animationIterationCount :: IterationCount -> Css
- animationIterationCounts :: [IterationCount] -> Css
- infinite :: IterationCount
- iterationCount :: Double -> IterationCount
- data AnimationName
- animationName :: AnimationName -> Css
- data PlayState
- animationPlayState :: PlayState -> Css
- running :: PlayState
- paused :: PlayState
- data FillMode
- animationFillMode :: FillMode -> Css
- forwards :: FillMode
- backwards :: FillMode
- animationTimingFunction :: TimingFunction -> Css
The animation propery.
animation :: AnimationName -> Time -> TimingFunction -> Time -> IterationCount -> AnimationDirection -> FillMode -> Css Source #
animations :: [(AnimationName, Time, TimingFunction, Time, IterationCount, AnimationDirection, FillMode)] -> Css Source #
Animation-delay.
animationDelay :: Time -> Css Source #
animationDelays :: [Time] -> Css Source #
Animation-direction.
data AnimationDirection Source #
Instances
Val AnimationDirection Source # | |
Defined in Clay.Animation value :: AnimationDirection -> Value Source # | |
Other AnimationDirection Source # | |
Defined in Clay.Animation other :: Value -> AnimationDirection Source # | |
Normal AnimationDirection Source # | |
Defined in Clay.Animation |
animationDirections :: [AnimationDirection] -> Css Source #
Animation-duration.
animationDuration :: Time -> Css Source #
animationDurations :: [Time] -> Css Source #
data IterationCount Source #
Instances
Val IterationCount Source # | |
Defined in Clay.Animation value :: IterationCount -> Value Source # | |
Other IterationCount Source # | |
Defined in Clay.Animation other :: Value -> IterationCount Source # | |
Normal IterationCount Source # | |
Defined in Clay.Animation |
animationIterationCounts :: [IterationCount] -> Css Source #
Animation-action-name.
data AnimationName Source #
Instances
IsString AnimationName Source # | |
Defined in Clay.Animation fromString :: String -> AnimationName # | |
Val AnimationName Source # | |
Defined in Clay.Animation value :: AnimationName -> Value Source # | |
Other AnimationName Source # | |
Defined in Clay.Animation other :: Value -> AnimationName Source # | |
Unset AnimationName Source # | |
Defined in Clay.Animation | |
Initial AnimationName Source # | |
Defined in Clay.Animation | |
Inherit AnimationName Source # | |
Defined in Clay.Animation |
animationName :: AnimationName -> Css Source #
Animation-play-state.
animationPlayState :: PlayState -> Css Source #
Animation-fill-mode.
animationFillMode :: FillMode -> Css Source #