Skip to content

Commit 50148cf

Browse files
kolibril13behackl
andauthored
Update docs/source/examples/camera_settings.rst
Co-authored-by: Benjamin Hackl <[email protected]>
1 parent dc337ba commit 50148cf

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/source/examples/camera_settings.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,16 @@ Camera Settings
33

44
.. manim:: TestZoom1
55
:quality: medium
6-
:save_last_frame:
76

87
class TestZoom1(ZoomedScene):
98
CONFIG = {
10-
"zoomed_camera_frame_starting_position": [0,0,0],
11-
"zoomed_display_corner": [0,0,0],
9+
"zoomed_camera_frame_starting_position": [0, 0, 0],
10+
"zoomed_display_corner": [0, 0, 0],
1211
"zoomed_display_height": config['frame_height'],
1312
"zoomed_display_width": config['frame_width'],
1413
"zoom_factor": 0.1,
1514
}
1615
def construct(self):
17-
self.activate_zooming(animate=False)
18-
d=Dot()
16+
self.activate_zooming(animate=True)
17+
d = Dot()
1918
self.add(d)
20-

0 commit comments

Comments
 (0)