mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 22:13:30 +08:00
DEFAULT_CONFIG -> CONFIG
This commit is contained in:
@ -12,7 +12,7 @@ from helpers import *
|
||||
from mobject import Mobject
|
||||
|
||||
class Animation(object):
|
||||
DEFAULT_CONFIG = {
|
||||
CONFIG = {
|
||||
"run_time" : DEFAULT_ANIMATION_RUN_TIME,
|
||||
"rate_func" : smooth,
|
||||
"name" : None,
|
||||
|
Reference in New Issue
Block a user