This commit is contained in:
Grant Sanderson 2021-02-03 17:52:27 -08:00
commit 10c1f054ca
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 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)

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. 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. of manim available without having to worry about what namespace they come from.