diff options
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp index 5ae2c76..683a828 100644 --- a/package.lisp +++ b/package.lisp @@ -15,7 +15,7 @@ #:duration #:run-tween - ;; TWEEN FUNCTIONS + ;; TWEEN FUNCTIONS & Macros #:tween-finished-p #:in-sequence #:end-time @@ -23,6 +23,10 @@ #:as-group #:pause #:animate + #:animating + #:sequencing + #:pausing + #:grouping ;; EASING FUNCTIONS |