ManimCommunity/manim

Zoom Deactivation

Aberta

#3.009 aberto em 4 de nov. de 2022

 (3 comentários) (0 reação) (0 responsável)Python (1.378 forks)batch import
good first issuenew feature

Métricas do repositório

Stars
 (17.820 estrelas)
Métricas de merge de PR
 (Mesclagem média 90d 10h) (31 fundiu PRs em 30d)

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.

Guia do colaborador