Home
last modified time | relevance | path

Searched refs:delay (Results 26 – 50 of 71) sorted by relevance

123

/template/a_new_day/js/
H A Ddragdrop.js152 if(draggable.options.delay) {
157 }.bind(this), draggable.options.delay);
252 delay: 0 property in Draggable.initialize.defaults
614 delay: 0,
634 delay: options.delay, property in Sortable.create.options_for_draggable
H A Dcontrols.js817 initialize: function(element, delay, callback) { argument
818 this.delay = delay || 0.5;
828 this.timer = setTimeout(this.onTimerEvent.bind(this), this.delay * 1000);
H A Deffects.js118 delay: 0.0
120 var masterDelay = options.delay;
123 new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay }));
253 delay: 0.0, property in Effect.DefaultOptions
264 this.startOn = this.options.delay*1000;
/template/argon/assets/js/core/
H A Dbootstrap.min.js6delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",o…
/template/strap/bootstrap/5.0.1/
H A Dbootstrap.min.js6delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",o…
H A Dbootstrap.min.js.map1delay","html","fallbackPlacements","customClass","sanitize","AttachmentMap","AUTO","TOP","RIGHT","…
/template/strap/bootstrap/4.5.0/
H A Dbootstrap.min.js6delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",o…
/template/battlehorse/js/
H A Dcontrols.js817 initialize: function(element, delay, callback) { argument
818 this.delay = delay || 0.5;
828 this.timer = setTimeout(this.onTimerEvent.bind(this), this.delay * 1000);
H A Deffects.js118 delay: 0.0
120 var masterDelay = options.delay;
123 new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay }));
253 delay: 0.0, property in Effect.DefaultOptions
264 this.startOn = this.options.delay*1000;
/template/bootie/js/
H A Dbootstrap-4.3.1.min.js6delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",o…
/template/argon-alt/assets/js/core/
H A Dbootstrap.min.js6delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",o…
/template/strap/bootstrap/4.4.1/
H A Dbootstrap.min.js6delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",o…
H A Dbootstrap.min.js.map1delay","html","container","fallbackPlacement","sanitize","AUTO","TOP","RIGHT","BOTTOM","LEFT","Hov…
/template/starterbootstrap/css/
H A Dbootstrap-theme.css.map1delay(@delay) {\n -webkit-animation-delay: @delay;\n animation-delay: @delay;\n}\n.anima…
/template/klean/bootstrap/css/
H A Dbootstrap-theme.css.map1delay(@delay) {\n -webkit-animation-delay: @delay;\n animation-delay: @delay;\n}\n.anima…
/template/starterbootstrap/js/
H A Dscript.js24 delay: { open: 500, close: 100 }
/template/typowiki/typowiki/scss/
H A D_sanitize.scss499 * 1. Remove the tapping delay in IE 10.
500 * 2. Remove the tapping delay on clickable elements
/template/codowik/js/
H A Dlayout.js1773 , delay = Number(o.resizeWithWindowDelay);
1774 if (delay < 10) delay = 100; // MUST have a delay!
1784 }, delay);
1790 var delay = Number(options.resizeWithWindowMaxDelay);
1791 if (delay > 0)
2661 , delay: 0
3660 , delay = options[pane].slideDelay_open
3666 if (s.isClosed && evt && evt.type === "mouseenter" && delay > 0)
3668 timer.set(pane+"_openSlider", open_NOW, delay);
3689 , delay = s.isMoving ? 1000 : 300 // MINIMUM delay - option may override
[all …]
/template/breeze/bower_components/gumby/sass/
H A D_typography.scss217 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
/template/zenith/css/
H A Ddesign.less329 transition-delay: 0s;
/template/ospyramid/css/
H A Dstyle.css229 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
/template/mikio/assets/
H A Dmikio.js735 delay: 500,
/template/bootstrap3/
H A Dscript.js901 delay: 500,
/template/flarum/css/
H A Dflarum.less850 transition-delay: 0s;
/template/wallpaper/
H A Ddesign.css209 transition-delay: 0s;

123