mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Beginning redo of eoc/chapter1
This commit is contained in:
parent
983e205b3e
commit
aa2b5b07cd
3 changed files with 2593 additions and 2336 deletions
2340
eoc/chapter1.py
2340
eoc/chapter1.py
File diff suppressed because it is too large
Load diff
2576
eoc/old_chapter1.py
Normal file
2576
eoc/old_chapter1.py
Normal file
File diff suppressed because it is too large
Load diff
|
@ -12,17 +12,10 @@ from topics.objects import PatreonLogo
|
|||
|
||||
class OpeningQuote(Scene):
|
||||
CONFIG = {
|
||||
"quote" : [
|
||||
"""The art of doing mathematics is finding
|
||||
that """, "special case",
|
||||
"""that contains all the
|
||||
germs of generality."""
|
||||
],
|
||||
"quote" : [],
|
||||
"quote_arg_separator" : " ",
|
||||
"highlighted_quote_terms" : {
|
||||
"special case" : BLUE
|
||||
},
|
||||
"author" : "David Hilbert",
|
||||
"highlighted_quote_terms" : {},
|
||||
"author" : "",
|
||||
"fade_in_kwargs" : {
|
||||
"submobject_mode" : "lagged_start",
|
||||
"rate_func" : None,
|
||||
|
|
Loading…
Add table
Reference in a new issue