mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
merge
This commit is contained in:
commit
10c1f054ca
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue