We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
(part of PKUI.CORE)
Type: boolean
Default: depends on the platform
If true, 3D transforms will be used to animate views being pushed and popped in fullscreen mode. If false, JavaScript animations will be used instead.
true
false
The default value is defined as follows (and calculated in PKUI.CORE.initializeApplication):
iOS ==> true Android ==> false Windows Phone ==> false
0.1 Introduced
0.2 Docs Valid