Home
last modified time | relevance | path

Searched refs:fxSettings (Results 1 – 1 of 1) sorted by relevance

/template/codowik/js/
H A Dlayout.js786 , fxSettings: {} // can be passed, eg: { easing: "easeOutBounce", duration: 1500 } property in $.layout.defaults.panes
2101 if (!o.fxSettings) o.fxSettings = {};
2102 if (!d.fxSettings) d.fxSettings = {};
2141 , d.fxSettings // options.panes.fxSettings
2142 , o.fxSettings // options.west.fxSettings
2152 delete o.fxSettings;