Removed ContinualAnimation, reimplemented some of its occurances in the old_projects, added warnings for the rest

This commit is contained in:
Grant Sanderson
2019-02-16 12:46:54 -08:00
parent 3b9c085cf1
commit b2c7e83843
13 changed files with 136 additions and 139 deletions

View File

@ -1,5 +1,12 @@
from big_ol_pile_of_manim_imports import *
import warnings
warnings.warn("""
Warning: This file makes use of
ContinualAnimation, which has since
been deprecated
""")
import time
import mpmath