MCPcopy
hub / github.com/initialcommit-com/git-sim / fadeout

Method fadeout

src/git_sim/git_sim_base_command.py:243–248  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

241 self.wait(3)
242
243 def fadeout(self):
244 if settings.animate:
245 self.wait(3)
246 self.play(m.FadeOut(self.toFadeOut), run_time=1 / settings.speed)
247 else:
248 self.wait(0.1)
249
250 def get_centers(self):
251 centers = []

Callers 15

constructMethod · 0.95
constructMethod · 0.80
constructMethod · 0.80
constructMethod · 0.80
constructMethod · 0.80
constructMethod · 0.80
constructMethod · 0.80
constructMethod · 0.80
constructMethod · 0.80
constructMethod · 0.80
constructMethod · 0.80
constructMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected