...menustart
...menuend
See manimlib/camera/camera.py
CONFIG = {
"camera_config":{"background_color":RED},
}
TODO
create folder assets
, create 3 sub-folders
-
img = SVGMobject("finger") self.play(write(img))
-
svg = SVGMobject("finger") # self.play(write(svg)) self.play( DrawBorderThenFill(svg, rate_func=linear) )
-
self.add_sound( "click" )
- the sound file could be
click.wav
orclick.mp3
- the sound file could be