mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 01:27:50 +00:00
Remove comment about ContinualAnimation
This commit is contained in:
parent
cc4256d847
commit
4abafe608a
1 changed files with 0 additions and 6 deletions
|
|
@ -3,12 +3,6 @@ from manimlib.utils.config_ops import digest_config
|
|||
# Currently, this is only used by both Scene and Mobject.
|
||||
# Still, we abstract its functionality here, albeit purely nominally.
|
||||
# All actual implementation has to be handled by derived classes for now.
|
||||
#
|
||||
# Note that although the prototypical instances add and remove Mobjects,
|
||||
# there is also the possibility to add ContinualAnimations to Scenes. Thus,
|
||||
# in the Container class in general, we do not make any presumptions about
|
||||
# what types of objects may be added; this is again dependent on the specific
|
||||
# derived instance.
|
||||
|
||||
# TODO: Move the "remove" functionality of Scene to this class
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue