Safe Haskell | None |
---|---|
Language | Haskell2010 |
Clay.Animation
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 :: Number -> 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 #
animations :: [(AnimationName, Time, TimingFunction, Time, IterationCount, AnimationDirection, FillMode)] -> Css #
Animation-delay.
animationDelay :: Time -> Css #
animationDelays :: [Time] -> Css #
Animation-direction.
data AnimationDirection #
Instances
Normal AnimationDirection # | |
Defined in Clay.Animation Methods | |
Other AnimationDirection # | |
Defined in Clay.Animation Methods other :: Value -> AnimationDirection # | |
Val AnimationDirection # | |
Defined in Clay.Animation Methods value :: AnimationDirection -> Value # |
animationDirections :: [AnimationDirection] -> Css #
Animation-duration.
animationDuration :: Time -> Css #
animationDurations :: [Time] -> Css #
data IterationCount #
Instances
Normal IterationCount # | |
Defined in Clay.Animation Methods | |
Other IterationCount # | |
Defined in Clay.Animation Methods other :: Value -> IterationCount # | |
Val IterationCount # | |
Defined in Clay.Animation Methods value :: IterationCount -> Value # |
animationIterationCounts :: [IterationCount] -> Css #
iterationCount :: Number -> IterationCount #
Animation-action-name.
data AnimationName #
Instances
IsString AnimationName # | |
Defined in Clay.Animation Methods fromString :: String -> AnimationName # | |
Inherit AnimationName # | |
Defined in Clay.Animation Methods | |
Initial AnimationName # | |
Defined in Clay.Animation Methods | |
Other AnimationName # | |
Defined in Clay.Animation Methods other :: Value -> AnimationName # | |
Unset AnimationName # | |
Defined in Clay.Animation Methods unset :: AnimationName # | |
Val AnimationName # | |
Defined in Clay.Animation Methods value :: AnimationName -> Value # |
animationName :: AnimationName -> Css #
Animation-play-state.
animationPlayState :: PlayState -> Css #
Animation-fill-mode.
animationFillMode :: FillMode -> Css #