mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 17:29:06 +08:00
Finally changed to
This commit is contained in:
@ -30,9 +30,9 @@ class OpeningQuote(Scene):
|
||||
self.author = self.get_author(self.quote)
|
||||
|
||||
self.play(FadeIn(self.quote, **self.fade_in_kwargs))
|
||||
self.dither(2)
|
||||
self.wait(2)
|
||||
self.play(Write(self.author, run_time = 3))
|
||||
self.dither()
|
||||
self.wait()
|
||||
|
||||
def get_quote(self, max_width = 2*SPACE_WIDTH-1):
|
||||
text_mobject_kwargs = {
|
||||
@ -198,7 +198,7 @@ class TODOStub(Scene):
|
||||
}
|
||||
def construct(self):
|
||||
self.add(TextMobject("TODO: %s"%self.message))
|
||||
self.dither()
|
||||
self.wait()
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user