mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 02:35:22 +08:00
Renamed SPACE_WIDTH and SPACE_HEIGHT to SPACE_X_RADIUS and SPACE_Y_RADIUS to be less confusing
This commit is contained in:
@ -14,7 +14,7 @@ class Vibrate(Animation):
|
||||
"temporal_period" : 1,
|
||||
"overtones" : 4,
|
||||
"amplitude" : 0.5,
|
||||
"radius" : SPACE_WIDTH/2,
|
||||
"radius" : SPACE_X_RADIUS/2,
|
||||
"run_time" : 3.0,
|
||||
"rate_func" : None
|
||||
}
|
||||
|
Reference in New Issue
Block a user