Skip to content

PKUI.CORE.useTransforms

kerrishotts edited this page Nov 14, 2012 · 1 revision

(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.

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

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

Version

0.1 Introduced

0.2 Docs Valid

Clone this wiki locally