diff options
author | Boutade <thegoofist@protonmail.com> | 2019-10-18 12:08:52 -0500 |
---|---|---|
committer | Boutade <thegoofist@protonmail.com> | 2019-10-18 12:08:52 -0500 |
commit | aeb013df855052aec8a5199f82d9725be6d99c1b (patch) | |
tree | 58da893961d92ae9db129566b192ae7936271d0a /package.lisp | |
parent | 23284accc56c71f3e293fc9ac0c923988ce4ab6a (diff) |
checking for completes in a sequence
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp index c8bc734..ae0361f 100644 --- a/package.lisp +++ b/package.lisp @@ -12,6 +12,7 @@ ;; TWEEN PROTOCOL #:start-time + #:on-complete #:duration #:loop-mode #:run-tween @@ -28,7 +29,7 @@ #:sequencing #:pausing #:grouping - + #:take-action ;; EASING FUNCTIONS #:bounce-out |