mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-18 03:12:40 +00:00
Fix examples.
Former-commit-id: 4257540d61687e043d18e0f29b86a0271a5f5ca6
This commit is contained in:
parent
83dae326e4
commit
a8a0fd8dd4
3 changed files with 7 additions and 5 deletions
|
|
@ -58,7 +58,7 @@ main = reanimate $ autoReverse $ mkAnimation 5 $ do
|
|||
] & filterRef .~ pure (Ref "goo")
|
||||
where
|
||||
sharpness = 10
|
||||
dev = 10
|
||||
dev = 5
|
||||
radius = 25
|
||||
circ = mkCircle (Num 0, Num 0) (Num radius)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue