mirror of
https://github.com/3b1b/manim.git
synced 2025-11-15 15:57:45 +00:00
remove lsh in OpeningManimExample
This commit is contained in:
parent
663c57ba74
commit
892df54c9f
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ class OpeningManimExample(Scene):
|
||||||
The original motivation for manim was to
|
The original motivation for manim was to
|
||||||
better illustrate mathematical functions
|
better illustrate mathematical functions
|
||||||
as transformations.
|
as transformations.
|
||||||
""", lsh=1.5)
|
""")
|
||||||
intro_words.to_edge(UP)
|
intro_words.to_edge(UP)
|
||||||
|
|
||||||
self.play(Write(intro_words))
|
self.play(Write(intro_words))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue