diff options
author | Boutade <thegoofist@protonmail.com> | 2019-10-03 09:34:33 -0500 |
---|---|---|
committer | Boutade <thegoofist@protonmail.com> | 2019-10-03 09:34:33 -0500 |
commit | 9ceb90caad0b981831dd36dfd8b7e4d838bdb94a (patch) | |
tree | 2f91256a475d0c917e4ef87f66c04c6592dd7a73 | |
parent | 0064ad32e4d9a872e16c69217751fae44abf28b6 (diff) |
export pause and animate, fix typo
-rw-r--r-- | package.lisp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp index e79e1a7..5ae2c76 100644 --- a/package.lisp +++ b/package.lisp @@ -21,9 +21,12 @@ #:end-time #:add-to-group #:as-group + #:pause + #:animate + ;; EASING FUNCTIONS - #:bouce-out + #:bounce-out #:cubic-in #:cubic-in-out #:cubic-out |