You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I mistakenly created this issue in the wrong repository, so I have created a new one in the correct repository.
👉 New Issue Link
I will close this issue.
Describe the bug
When using Manim's
Code
object to animate code changes, animations are applied to the entire code block, even if only a single line is added.Video
CodeAnimation.mp4
Expected behavior
The animation should be applied only to the newly added or modified line of code.
Actual behavior
The animation is applied to the entire code block, including unchanged lines, making it unclear which part of the code was modified.
Code:
Environment
The text was updated successfully, but these errors were encountered: