coronalabs / framework-composer

Corona composer.* framework
https://docs.coronalabs.com/api/library/composer/
2 stars 4 forks source link

correct transition locations when a device is rotated #9

Open mdsandell opened 8 months ago

mdsandell commented 8 months ago

When a device is rotated, composer transition effects like zoomOutIn originate in the wrong location. This corrects that by simply redefining the effects if/when the device is rotated.

PS: Since this change indents the effectsList (which is really large and makes the standard diff look horrible), append ?w=1 to the URL (e.g. https://github.com/coronalabs/framework-composer/pull/9/files?w=1)