ManimCommunity/manim

Zoom Deactivation

Ouverte

#3 009 ouverte le 4 nov. 2022

 (3 commentaires) (0 réaction) (0 personne assignée)Python (1 378 forks)batch import
good first issuenew feature

Métriques du dépôt

Stars
 (17 820 étoiles)
Métriques de merge PR
 (Merge moyen 90j 10h) (31 PRs mergées en 30 j)

Description

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.

Guide contributeur