mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
Removed ContinualAnimation, reimplemented some of its occurances in the old_projects, added warnings for the rest
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user