mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-13 09:02:54 +00:00
Minor fix
This commit is contained in:
parent
c313628846
commit
12b8f083f8
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ feat3D = rotateSphere
|
|||
& repeatA 10
|
||||
|
||||
frameAtT :: Double -> Animation -> SVG
|
||||
frameAtT t ani = getAnimationFrame SyncFreeze ani t 0
|
||||
frameAtT t ani = getAnimationFrame SyncStretch ani t 1
|
||||
|
||||
featLaTeX :: Animation
|
||||
featLaTeX = animate $ \t ->
|
||||
|
|
|
|||
Loading…
Reference in a new issue