mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 08:54:38 +08:00
Preliminary end to eoc1 remake
This commit is contained in:
@ -134,7 +134,8 @@ class DrawBorderThenFill(Animation):
|
||||
|
||||
class ShowPassingFlash(ShowPartial):
|
||||
CONFIG = {
|
||||
"time_width" : 0.1
|
||||
"time_width" : 0.1,
|
||||
"remover" : True,
|
||||
}
|
||||
def get_bounds(self, alpha):
|
||||
alpha *= (1+self.time_width)
|
||||
|
Reference in New Issue
Block a user