Searched refs:effects (Results 1 – 17 of 17) sorted by relevance
/template/battlehorse/js/ |
H A D | effects.js | 181 this.effects = []; 185 this.effects._each(iterator); 214 this.effects.push(effect); 220 this.effects = this.effects.reject(function(e) { return e==effect }); 221 if(this.effects.length == 0) { 228 for(var i=0, len=this.effects.length;i<len;i++) 229 if(this.effects[i]) this.effects[i].loop(timePos); 326 initialize: function(effects) { argument 327 this.effects = effects || []; 331 this.effects.invoke('render', position); [all …]
|
/template/a_new_day/js/ |
H A D | effects.js | 181 this.effects = []; 185 this.effects._each(iterator); 214 this.effects.push(effect); 220 this.effects = this.effects.reject(function(e) { return e==effect }); 221 if(this.effects.length == 0) { 228 for(var i=0, len=this.effects.length;i<len;i++) 229 if(this.effects[i]) this.effects[i].loop(timePos); 326 initialize: function(effects) { argument 327 this.effects = effects || []; 331 this.effects.invoke('render', position); [all …]
|
/template/dwsimple/dwsimple/ |
H A D | cssc.css | 3 margin: 0px; /* effects only IE */
|
/template/codowik/js/ |
H A D | layout.js | 76 , effects: { class in $.layout 303 , effects: { class in $.layout.plugins 305 …, slide: $.effects && ($.effects.slide || ($.effects.effect && $.effects.effect.slide)) // defaul… 1048 , effects = options.effects = $.extend(true, {}, $.layout.effects) 2116 , fxExists = $.effects && ($.effects[fxName] || ($.effects.effect && $.effects.effect[fxName])) 4024 var fx = $.layout.effects.size[pane] || $.layout.effects.size.all 6001 if ($.effects) { 6010 $.layout.plugins.effects.slideOffscreen = true; 6013 $.layout.effects.slideOffscreen = $.extend(true, {}, $.layout.effects.slide); 6016 $.effects.slideOffscreen = function(o) { [all …]
|
/template/argon/assets/css/ |
H A D | nucleo-svg.css | 104 Stroke effects - Nucleo outline icons
|
/template/argon-alt/assets/css/ |
H A D | nucleo-svg.css | 104 Stroke effects - Nucleo outline icons
|
/template/scanlines/ |
H A D | style.ini | 85 ;------ css3 effects
|
/template/templar/less/ |
H A D | dropdowns.less | 116 // Nuke hover/focus effects
|
H A D | navs.less | 403 // Nuke hover/focus effects
|
H A D | navbar.less | 19 // Inner for background effects
|
/template/bushwick/fonts/ |
H A D | README.txt | 9 Use genericons for instant HiDPI, to change icon colors on the fly, or even with CSS effects such a…
|
/template/fictive/genericons/ |
H A D | README.txt | 9 Use genericons for instant HiDPI, to change icon colors on the fly, or even with CSS effects such a…
|
/template/hexa/genericons/ |
H A D | README.md | 5 Use genericons for instant HiDPI, to change icon colors on the fly, or even with CSS effects such a…
|
/template/daily/css/ |
H A D | pure-min.css | 499 Use flexbox when possible to avoid `letter-spacing` side-effects.
|
/template/klean/bootstrap/css/ |
H A D | bootstrap.css.map | 1 …effects\n &:hover,\n &:focus {\n text-decoration: none;\n background-color: transparent;\n…
|
H A D | bootstrap.min.css.map | 1 …effects\n &:hover,\n &:focus {\n text-decoration: none;\n background-color: transparent;\n…
|
/template/starterbootstrap/css/ |
H A D | bootstrap.css.map | 1 …effects\n &:hover,\n &:focus {\n text-decoration: none;\n background-color: transparent;\n…
|