Get rid of NormalAnimationAsContinualAnimation

This commit is contained in:
Grant Sanderson
2019-02-11 14:08:48 -08:00
parent 1eb8180d3d
commit 6c03bb4f1e
10 changed files with 50 additions and 43 deletions

View File

@ -4,6 +4,16 @@ from big_ol_pile_of_manim_imports import *
E_COLOR = BLUE
M_COLOR = YELLOW
# Warning, much of what is below was implemented using
# ConintualAnimation, which has now been deprecated. One
# Should use Mobject updaters instead.
#
# That is, anything below implemented as a ContinualAnimation
# should instead be a Mobject, where the update methods
# should be added via Mobject.add_udpater.
class OscillatingVector(ContinualAnimation):
CONFIG = {
"tail" : ORIGIN,