Home
last modified time | relevance | path

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

/template/battlehorse/js/
H A Deffects.js82 var Effect = { class
138 Effect.PAIRS[effect][1] : Effect.PAIRS[effect][0]](element, options);
146 Effect.Transitions = {
233 Effect.Queues = {
244 Effect.Queue = Effect.Queues.get('global');
246 Effect.DefaultOptions = {
258 Effect.Base.prototype = {
345 Object.extend(Object.extend(Effect.Event.prototype, Effect.Base.prototype), {
356 Object.extend(Object.extend(Effect.Opacity.prototype, Effect.Base.prototype), {
375 Object.extend(Object.extend(Effect.Move.prototype, Effect.Base.prototype), {
[all …]
H A Dcontrols.js39 if(typeof Effect == 'undefined')
72 Effect.Appear(update,{duration:0.15});
75 function(element, update){ new Effect.Fade(update,{duration:0.15}) };
488 new Effect.Highlight(element, {startcolor: this.options.highlightcolor});
740 this.effect = new Effect.Highlight(this.element, {
H A Ddragdrop.js9 if(typeof Effect == 'undefined')
233 new Effect.Move(element, { x: -left_offset, y: -top_offset, duration: dur,
239 new Effect.Opacity(element, {duration:0.2, from:0.7, to:toOpacity,
260 new Effect.Opacity(element, {duration:0.2, from:element._opacity, to:0.7});
/template/a_new_day/js/
H A Deffects.js82 var Effect = { class
138 Effect.PAIRS[effect][1] : Effect.PAIRS[effect][0]](element, options);
146 Effect.Transitions = {
233 Effect.Queues = {
244 Effect.Queue = Effect.Queues.get('global');
246 Effect.DefaultOptions = {
258 Effect.Base.prototype = {
345 Object.extend(Object.extend(Effect.Event.prototype, Effect.Base.prototype), {
356 Object.extend(Object.extend(Effect.Opacity.prototype, Effect.Base.prototype), {
375 Object.extend(Object.extend(Effect.Move.prototype, Effect.Base.prototype), {
[all …]
H A Dcontrols.js39 if(typeof Effect == 'undefined')
72 Effect.Appear(update,{duration:0.15});
75 function(element, update){ new Effect.Fade(update,{duration:0.15}) };
488 new Effect.Highlight(element, {startcolor: this.options.highlightcolor});
740 this.effect = new Effect.Highlight(this.element, {
H A Ddragdrop.js9 if(typeof Effect == 'undefined')
233 new Effect.Move(element, { x: -left_offset, y: -top_offset, duration: dur,
239 new Effect.Opacity(element, {duration:0.2, from:0.7, to:toOpacity,
260 new Effect.Opacity(element, {duration:0.2, from:element._opacity, to:0.7});