| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
React.Anim
- data Color = Color Int Int Int
- easeInPow :: Int -> Double -> Double
- easeOutPow :: Int -> Double -> Double
- easeInOutPow :: Int -> Double -> Double
- elastic :: Double -> Double
- easeDouble :: Easing -> Double -> Double
- getAnimationState :: Monad m => ReactT ty m (AnimationState ty)
- stepRunningAnims :: AnimationState ty -> [(RunningAnim ty, Double)] -> AnimationState ty
- lerp :: Double -> RunningAnim ty -> Double
- intLerp :: Int -> Int -> Double -> Int
Documentation
easeOutPow :: Int -> Double -> Double
easeInOutPow :: Int -> Double -> Double
easeDouble :: Easing -> Double -> Double
getAnimationState :: Monad m => ReactT ty m (AnimationState ty)
stepRunningAnims :: AnimationState ty -> [(RunningAnim ty, Double)] -> AnimationState ty
lerp :: Double -> RunningAnim ty -> Double