Skip to content

Commit 7590086

Browse files
author
szchixy
authored
fix 360° to 180° in quickstart tutorial (#3498)
1 parent 61a2d05 commit 7590086

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/i18n/gettext/tutorials/quickstart.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ msgid "This ``Scene`` illustrates the quirks of ``.animate``. When using ``.anim
202202
msgstr ""
203203

204204
#: ../../source/tutorials/quickstart.rst:344
205-
msgid "In ``DifferentRotations``, the difference between ``.animate``'s interpretation of rotation and the ``Rotate`` method is far more apparent. The starting and ending states of a ``Mobject`` rotated 360 degrees are the same, so ``.animate`` tries to interpolate two identical objects and the result is the left square. If you find that your own usage of ``.animate`` is causing similar unwanted behavior, consider using conventional animation methods like the right square, which uses ``Rotate``."
205+
msgid "In ``DifferentRotations``, the difference between ``.animate``'s interpretation of rotation and the ``Rotate`` method is far more apparent. The starting and ending states of a ``Mobject`` rotated 180 degrees are the same, so ``.animate`` tries to interpolate two identical objects and the result is the left square. If you find that your own usage of ``.animate`` is causing similar unwanted behavior, consider using conventional animation methods like the right square, which uses ``Rotate``."
206206
msgstr ""
207207

208208
#: ../../source/tutorials/quickstart.rst:353

docs/source/tutorials/quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ the corners of the square appear to contract slightly as they move into the posi
342342
for the first square to transform into the second one.
343343

344344
In ``DifferentRotations``, the difference between ``.animate``'s interpretation of rotation and the
345-
``Rotate`` method is far more apparent. The starting and ending states of a ``Mobject`` rotated 360 degrees
345+
``Rotate`` method is far more apparent. The starting and ending states of a ``Mobject`` rotated 180 degrees
346346
are the same, so ``.animate`` tries to interpolate two identical objects and the result is the left square.
347347
If you find that your own usage of ``.animate`` is causing similar unwanted behavior, consider
348348
using conventional animation methods like the right square, which uses ``Rotate``.

0 commit comments

Comments
 (0)