ManimCommunity/manim

Zoom Deactivation

Open

#3,009 创建于 2022年11月4日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Python (1,378 fork)batch import
good first issuenew feature

仓库指标

Star
 (17,820 star)
PR 合并指标
 (平均合并 90天 10小时) (30 天内合并 31 个 PR)

描述

Description of the proposed feature

The feature I want to propose is a zoom deactivation system It would look like this.

from manim import *
class Basic(ZoomedScene):
    def construct(self):
             self.activate_zooming(animate=False)

             self.deactivate_zooming(animate=False)

I would like to do this because we can activated zooming but not deactivate it.

How can the new feature be used?

In cases where you would like to zoom in for a little bit but then remove the zoom.

贡献者指南