mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-18 03:12:40 +00:00
Use gifs to improve documentation. (#21)
Former-commit-id: 40e5ccedcf5d1ca8f0d5cc373ba3b3c4cc2d6c6a
This commit is contained in:
parent
c2af9fbac0
commit
dfd52961ae
50 changed files with 512 additions and 129 deletions
|
|
@ -10,7 +10,7 @@ import Reanimate
|
|||
|
||||
main :: IO ()
|
||||
main = reanimate $ playThenReverseA $ mkAnimation 5 $ \t ->
|
||||
let s = signalFromTo 0 1.5 (signalCurve 2) t in
|
||||
let s = fromToS 0 1.5 $ curveS 2 t in
|
||||
mkGroup
|
||||
[ mkBackground "black"
|
||||
, FilterTree $ mkFilter "blur"
|
||||
|
|
|
|||
Loading…
Reference in a new issue