menu
manim_web package
documentation
scene/scene.dart
Scene
getRunTime method
getRunTime method
dark_mode
light_mode
getRunTime
method
double
getRunTime
(
List
<
Animation
>
animations
)
Implementation
double getRunTime(List<Animation> animations) => animations.map((anim) => anim.runTime).reduce(max);
manim_web package
documentation
scene/scene
Scene
getRunTime method
Scene class