Skip to content
kerrishotts edited this page Nov 14, 2012 · 1 revision

(part of PKUI.CORE)

Type: boolean

Default: depends on the platform

If true, animations will be performed when pushing and popping views in fullscreen mode.

The default value is defined as follows (and calculated in PKUI.CORE.initializeApplication):

iOS           ==> true
Android       ==> false
Windows Phone ==> false

Version

0.2 Introduced; Docs Valid

Clone this wiki locally