mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-12 16:42:23 +00:00
Wibble in clip_rect.
This commit is contained in:
parent
34b8487308
commit
9515c65896
2 changed files with 4 additions and 4 deletions
|
|
@ -121,8 +121,8 @@ clip_rect = proc () -> do
|
|||
paintStatic nth = proc () ->
|
||||
annotate' (obj "white" (20+nth*10) (20+nth*10))
|
||||
-< g_ [transform_ $ translate 160 90]
|
||||
runAni color nth = proc () ->
|
||||
annotate' (defineAnimation $ circle_clip (obj color (20+nth*10) (20+nth*10)))
|
||||
runAni color nth = defineAnimation $ proc () ->
|
||||
annotate' (circle_clip (obj color (20+nth*10) (20+nth*10)))
|
||||
-< g_ [transform_ $ translate 160 90]
|
||||
obj c width height = proc () -> do
|
||||
duration 1 -< ()
|
||||
|
|
|
|||
|
|
@ -157,8 +157,8 @@ clip_rect = proc () -> do
|
|||
paintStatic nth = proc () ->
|
||||
annotate' (obj "white" (20+nth*10) (20+nth*10))
|
||||
-< g_ [transform_ $ translate 160 90]
|
||||
runAni color nth = proc () ->
|
||||
annotate' (defineAnimation $ circle_clip (obj color (20+nth*10) (20+nth*10)))
|
||||
runAni color nth = defineAnimation $ proc () ->
|
||||
annotate' (circle_clip (obj color (20+nth*10) (20+nth*10)))
|
||||
-< g_ [transform_ $ translate 160 90]
|
||||
obj c width height = proc () -> do
|
||||
duration 1 -< ()
|
||||
|
|
|
|||
Loading…
Reference in a new issue