mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Merge pull request #1116 from kcheng0222/patch-1
Fixed typo from "depricated" to "deprecated"
This commit is contained in:
commit
a45e0afe0e
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ class Swap(CyclicReplace):
|
||||||
pass # Renaming, more understandable for two entries
|
pass # Renaming, more understandable for two entries
|
||||||
|
|
||||||
|
|
||||||
# TODO, this may be depricated...worth reimplementing?
|
# TODO, this may be deprecated...worth reimplementing?
|
||||||
class TransformAnimations(Transform):
|
class TransformAnimations(Transform):
|
||||||
CONFIG = {
|
CONFIG = {
|
||||||
"rate_func": squish_rate_func(smooth)
|
"rate_func": squish_rate_func(smooth)
|
||||||
|
|
Loading…
Add table
Reference in a new issue