Skip to content

Commit

Permalink
Merge pull request #455 from anvilistas/animation-docs
Browse files Browse the repository at this point in the history
Animate - fix up docs and messages
  • Loading branch information
meatballs authored Sep 17, 2023
2 parents 8460a98 + 81a3eae commit 6dbe9b4
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 99 deletions.
2 changes: 1 addition & 1 deletion client_code/animation.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def __new__(cls, **transitions):
for key, val in transitions.items():
assert (
type(val) is list or type(val) is tuple
), "all tranistion must be lists"
), "all transitions must be lists"
if key not in _transforms:
continue
t_keys.add(key)
Expand Down
Loading

0 comments on commit 6dbe9b4

Please sign in to comment.