def load_about_screen(self): """ Loads the about screen. """ Clock.schedule_once( lambda dt: self.screen_manager_current('about', direction='left'), SCREEN_SWITCH_DELAY)