local objectID = game.CurrentScene.Objects["wings"]
objectID.RotationCenter = {x = 1280, y = 410}
objectID:to(3000, {Rotation = math.rad(360)}, easeLinearInOut, true)
can you bind that animation as object default animation in the object properties and see if it works?