def animate(self): if self.target_text: self._time = 0 Clock.unschedule(self.tick) Clock.schedule_interval(self.tick, 0)