mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-12 00:23:08 +00:00
add cubic bezier signal
Former-commit-id: ba21e2a15269d4757f4a79a6ac792b3df0fe44f0
This commit is contained in:
parent
a276f55b27
commit
862a6e67a2
3 changed files with 24 additions and 0 deletions
9
examples/doc_cubicBezierS.hs
Executable file
9
examples/doc_cubicBezierS.hs
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env stack
|
||||
-- stack runghc --package reanimate
|
||||
module Main(main) where
|
||||
|
||||
import Reanimate
|
||||
import Reanimate.Builtin.Documentation
|
||||
|
||||
main :: IO ()
|
||||
main = reanimate $ docEnv $ signalA (cubicBezierS (0.0, 0.8, 0.9, 1.0)) drawProgress
|
||||
Loading…
Reference in a new issue