UIViewAnimationTransitions in juce?

Do we have a way of accessing UIViewAnimationTransitions from within the juce framework?

I’d like to be able to FlipFromLeft from within my app, which rotates the view around its vertical axis to show the "back"
side of the window.

It’s a bit too platform-specific to add to the library, but you can get access to the UIView using Component::getWindowHandle