There seems to be a default animation when the orientation of the device is changed. It looks like the blank area around the screen is animating the turn of the device while the screen itself stays the same momentarily.
I would like to turn this animation off.
Currently, my app is detecting the change in orientation and redrawing the screen accordingly. Sometimes, the orientation change causes something special to happen on the screen, which is intentional and a basic part of the app.
Unfortunately, this default animation that displays upon orientation change is making the app somewhat clunky.
I’m not asking for something like content=“portrait” in the build.settings file. I like the current x,y behavior reacting to the orientation change. I simply don’t want the animation that goes along with it. [import]uid: 8776 topic_id: 4898 reply_id: 304898[/import]