Slide 28
Slide 28 text
XF.define(function () {
return new XF.App({
initialize: function() { },
!
device: {
types : [
{
name : 'tablet',
range : {
max : 1024,
min : 569
},
// near future `supports`
supports : ['cssAnimations'],
templatePath : 'tablet/',
defaultAnimation: 'fade'
},
!