ch.Support (Class)

Documentation updated on Mon Mar 12 2012 17:48:12 GMT-0300 (GMT-03:00), generated by JsDoc Toolkit 2.4.0

Overview

Returns a data object with features supported by the device

Summary

Visibility Name Description
<public> <static>  
ch.Support.fixed
Boolean property that indicates if Fixed positioning are supported by the device.
<private> <static>  
ch.Support.thisBody
Private reference to the element
<public> <static>  
ch.Support.transition
Boolean property that indicates if CSS3 Transitions are supported by the device.

Classdetail

Returns

  • object

Properties detail

fixed (publicstatic, boolean)

Boolean property that indicates if Fixed positioning are supported by the device.

thisBody (privatestatic, HTMLBodyElement)

Private reference to the element

transition (publicstatic, boolean)

Boolean property that indicates if CSS3 Transitions are supported by the device.