mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Account for updated rate_func usage in Rotate
This commit is contained in:
parent
4e7f06dea8
commit
d8e4c1d698
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class Rotating(Animation):
|
|||
for sm1, sm2 in self.get_all_families_zipped():
|
||||
sm1.set_points(sm2.get_points())
|
||||
self.mobject.rotate(
|
||||
alpha * self.angle,
|
||||
self.rate_func(alpha) * self.angle,
|
||||
axis=self.axis,
|
||||
about_point=self.about_point,
|
||||
about_edge=self.about_edge,
|
||||
|
|
Loading…
Add table
Reference in a new issue