mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-10 23:52:22 +00:00
Correct documentation for 'parDropA'.
This commit is contained in:
parent
fce34e92b2
commit
47dcf6471c
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ parLoopA (Animation d1 f1) (Animation d2 f2) =
|
|||
--
|
||||
-- Example:
|
||||
--
|
||||
-- @'Reanimate.Builtin.Documentation.drawBox' `'parLoopA'` 'adjustDuration' (*2) 'Reanimate.Builtin.Documentation.drawCircle'@
|
||||
-- @'Reanimate.Builtin.Documentation.drawBox' `'parDropA'` 'adjustDuration' (*2) 'Reanimate.Builtin.Documentation.drawCircle'@
|
||||
--
|
||||
-- <<docs/gifs/doc_parDropA.gif>>
|
||||
parDropA :: Animation -> Animation -> Animation
|
||||
|
|
|
|||
Loading…
Reference in a new issue