This commit is contained in:
Grant Sanderson
2021-02-03 17:52:27 -08:00
2 changed files with 2 additions and 2 deletions

View File

@ -294,7 +294,7 @@ class Swap(CyclicReplace):
pass # Renaming, more understandable for two entries
# TODO, this may be depricated...worth reimplementing?
# TODO, this may be deprecated...worth reimplementing?
class TransformAnimations(Transform):
CONFIG = {
"rate_func": squish_rate_func(smooth)

View File

@ -1,5 +1,5 @@
"""
I won't pretend like this is best practice, by in creating animations for a video,
I won't pretend like this is best practice, but in creating animations for a video,
it can be very nice to simply have all of the Mobjects, Animations, Scenes, etc.
of manim available without having to worry about what namespace they come from.