Skip to content
Snippets Groups Projects
Commit 83cce74f authored by Shiven Bhatt's avatar Shiven Bhatt
Browse files

added run time parameter

parent b1d8f5c8
No related branches found
No related tags found
No related merge requests found
......@@ -12,5 +12,5 @@ class Slide1(Scene):
image_with_raytracing.set_y(0)
image_with_raytracing.scale_to_fit_width(1)
self.play(FadeIn(image_no_raytracing, image_with_raytracing))
self.play(FadeIn(image_no_raytracing, image_with_raytracing), run_time=3)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment