mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Fixed ClockPassesTime animation
This commit is contained in:
parent
6b59cdcd37
commit
86a8cefc0f
1 changed files with 2 additions and 0 deletions
|
@ -393,11 +393,13 @@ class ClockPassesTime(Animation):
|
|||
radians=hour_radians,
|
||||
**rot_kwargs
|
||||
)
|
||||
self.hour_rotation.begin()
|
||||
self.minute_rotation = Rotating(
|
||||
clock.minute_hand,
|
||||
radians=12 * hour_radians,
|
||||
**rot_kwargs
|
||||
)
|
||||
self.minute_rotation.begin()
|
||||
Animation.__init__(self, clock, **kwargs)
|
||||
|
||||
def interpolate_mobject(self, alpha):
|
||||
|
|
Loading…
Add table
Reference in a new issue