fe.load_module("animate");animation.add( PropertyAnimation(logo2, { property = "x", start = 800, end = logo2.x, tween = Tween.Bounce, time = 7500 } ) );animation.add( PropertyAnimation(logo2, { property = "scale", start = 1.0, end = 1.5, time = 15000, delay = 8500 } ) );