mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 13:34:19 +08:00
Get rid of ContinuallyChangingDecimal
This commit is contained in:
@ -7,6 +7,11 @@ from old_projects.div_curl import get_force_field_func
|
||||
COBALT = "#0047AB"
|
||||
|
||||
|
||||
# Warning, this file uses ContinualChangingDecimal,
|
||||
# which has since been been deprecated. Use a mobject
|
||||
# updater instead
|
||||
|
||||
|
||||
class Orbiting(ContinualAnimation):
|
||||
CONFIG = {
|
||||
"rate": 7.5,
|
||||
|
Reference in New Issue
Block a user