mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 14:03:59 +08:00
Beginning music and measure theory
This commit is contained in:
@ -52,7 +52,7 @@ class Rotating(Animation):
|
||||
alpha_func = alpha_func,
|
||||
*args, **kwargs
|
||||
)
|
||||
self.axes = [axis] if axis else axes
|
||||
self.axes = [axis] if axis is not None else axes
|
||||
self.radians = radians
|
||||
|
||||
def update_mobject(self, alpha):
|
||||
|
Reference in New Issue
Block a user