mirror of
https://github.com/3b1b/manim.git
synced 2025-08-19 21:08:53 +00:00
commit
92caddc7b6
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ def logo_to_circle():
|
||||||
)
|
)
|
||||||
big_circle = Circle(density = CIRCLE_DENSITY).scale(RADIUS)
|
big_circle = Circle(density = CIRCLE_DENSITY).scale(RADIUS)
|
||||||
sc.add(small_circle)
|
sc.add(small_circle)
|
||||||
sc.dither()`
|
sc.dither()
|
||||||
sc.animate(Transform(small_circle, big_circle))
|
sc.animate(Transform(small_circle, big_circle))
|
||||||
return sc
|
return sc
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue