ManimCommunity/manim

Zoom Deactivation

Open

#3009 aperta il 4 nov 2022

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Python (1378 fork)batch import
good first issuenew feature

Metriche repository

Star
 (17.820 star)
Metriche merge PR
 (Merge medio 11g 17h) (4 PR mergiate in 30 g)

Descrizione

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.

Guida contributor