search for: pulsating

Displaying 20 results from an estimated 32 matches for "pulsating".

Did you mean: mulating
2006 May 26
4
stopping effects, help me again please
Hi * and thanks for you responses some body help me stop effect, just last effect. Thanks! to somebody help me with: Pulsator = Class.create(); Pulsator.prototype = {initialize: function(element) { this.stopped = false; new Effect.Pulsate(element, { afterFinish: this.action.bind(this) }); },action: function(element){if(!this.stopped) new Effect.Pulsate(element, { afterFinish:
2006 May 18
5
more that 5 time beats for effect.pulsate
hi again How can i extend 5 times for effect.pulsate beats? I need that continue beat until other event client happened about my other mail, is there other solution more elegant that this? : new Effect.Pulsate(leccion[i_leccion],{duration: 5,from: 1}); thanks again rag
2004 Jun 06
2
Analog Bridged Calls Pulsate
...l quality is clear. The callee then presses # to transfer, and dials 9 then the number to transfer the call to. Immediately the call is disconnected from the callee, and the caller hears hold music. A couple seconds later when the caller is transferred, call quality deteriorates. There is a pulsating noise that causes the caller and new callee to barely be able to hear each other. This happens every time and only on the 2nd call. The first call is always clear. Any suggestions are most welcome. Thanks in advance, Trevor Peirce
2006 Sep 29
0
sortable and Pulsate on Internet Explorer bug
Maybe someone can help me to make the Effect.Pulsate working on Internet Explorer in this example? <ul id="list"> <li>Element 1</li> <li>Element 2</li> </ul> <script> Sortable.create("list"); new Effect.Pulsate("list"); </script> Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message
2006 Nov 21
1
Bug in Effect.Pulsate with IE?
Hi there, can someone confirm a bug with IE and Effect.Pulsate()? When use the Effect wihtout the option pulses the element is hiden after the effect has finished. When i use Effect.Pulsate(element, {pulses:3}) all runs fine. In Firefox both calls runs fine... Bye, René --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups
2006 Dec 19
2
Effect.Pulsate on last scriptaculous
Somone have tested the last scriptaculous version that ships with last prototype? I you make an Effect.Pulsate, the element stays hidden after the effect finish if the element don''t have opacity stablished. This is for the changes on the setStyle method on prototype. The original code is:
2004 May 17
2
Problems w. chan_capi + ztdummy
...prompt in the standard demo setup). I am nearly updating this particular box every day and within the last couple of days something else has happened. When dialing OUT on the ISDN card everything works fine. When someone dial IN through the card and connect to the internal Snom phone there is a pulsating background noice that can only be heard on the VoIP phone. From outside (the ISDN) things sound perfect - from inside you can still hear what is being said - but there is that pulsating quite high noice. Any ideas? Regards, Lars... -- Lars Boegild Thomsen Technical Director JustIT Sdn. Bhd...
2006 May 29
0
[Fwd: stopping effects, help me again please]
Hi * and thanks for you responses some body help me stop effect, just last effect. Thanks! to somebody help me with: Pulsator = Class.create(); Pulsator.prototype = {initialize: function(element) { this.stopped = false; new Effect.Pulsate(element, { afterFinish: this.action.bind(this) }); },action: function(element){if(!this.stopped) new
2006 Jun 12
0
Please! stopping effects, help me again
My friend Sigi wrote: > Pulsator = Class.create(); > Pulsator.prototype = {initialize: function(element,options) > { > this.element = element; > this.options = options || {}; > this.options.afterFinish = this.action.bind(this); > this.stopped = false; > this.action(); > }, > action: function(){ >
2006 May 18
1
stop effect
hi * how can i stop a effect? for example a effect.pulsate is possible? thanks rag
2005 Jun 24
1
Executing custom effect for n seconds
Glad to see this list get going! I have a custom effect ''Pulse'' that basically does an opacity fade in/ out. I want to execute this effect with a custom duration. I''m looking for a consistent approach that is inline with script.alicio.us and Prototype. Is there a way to do something like this (pseudo code): Effect2.Pulse = function(element) { new
2009 May 05
2
chan_mobile and DTMF
Hello list, I recently started testing the chan_mobile addon and after a successful installation and configuration I have a couple of problems that I can't fix without your help. I am using opensuse 11.1, asterisk 1.6.1 with bluez 4.22 (installed from rpm packages) and a Nokia N80 phone. Apparently all works fine except the DTMF. Seems impossible to catch DTMF when nothing (no song) is
2006 Apr 27
7
RJS & Ajax question...
Hi, I''m trying to convert an older Rails application to use Ajax. I''ve already moved my edit and show actions so that, instead of displaying as separate pages, they appear in a <div> on my list view. However, I have two problems: 1) When the user saves the changes, I want to put all the ajax changes in an RJS template. However, form_remote_tag :url =>{:action =>
2005 Oct 17
11
a better question
I''m trying to call a click() event on an <a href> that has an Observable registered for it. Something like: <a href="#" id="toggle_1929">show</a> ... Event.observe("toggle_1929", ''click'', function(event){ Element.toggle ("group_1929"); return false; }); ... $("toggle_1929").click(); //this throws
2008 Oct 31
6
link_to submit form value 2
Hi to all, I''d like to pass with a link to values inside some form. I''ve read in other posts that it''s possible if i include the forms inside a html <div>... So here it''s my code of the view : <div id="study"> <table> <tr><td><label for="study_titolo">Titolo di
2005 Oct 13
6
performance
I''ve got a page I''ve implemented a bunch of observables and sortables. There are around 330 items in the list. The Observables (for hide/show of sublists) don''t seem to impact performance, but the Sortables take a very long time to load when the page is refreshed or submitted--even after accounting for the server-side processing and latency. I''ve
2006 Aug 13
4
has_many and foreign_key question
Alright, noob here, etc. etc. Trying to figure out the has_many usage. If I understand correctly, when you declare that a table/class has_many whatevers, the rails assumption is that there will be a foreign key in the whatevers table pointing back to the ''id'' primary key in the first table. This doesn''t seem to be the only way to have a ''has_many''
2006 Jan 18
0
Behaviour & Effect.Highlight?
I''m having a problem with Effect.Highlight and a simple Behaviour rule. In brief, I have a Sortable list. Using Behaviour, I add a hover effect (apply a style on mouseover, remove style on mouseout). The styles contain a border color and background color. var myrules = { ''.sortable li'' : function(element){ element.onmouseover = function(){
2005 Jun 24
0
Fresh in the repository
Four new effects just added: Effect.Fold Effect.Grow Effect.Pulsate Effect.Shrink Also, Effect.Highlight got a complete overhaul an supports transitioning between any two given colors. Thanks to Justin Palmer and Mark Pilgrim for contributing these! -- Thomas
2005 Jun 28
0
New beta of script.aculo.us
Hi, A new beta version is ready ready for downloading at http:// script.aculo.us/downloads Changes: * Updated to Prototype 1.3.0 * Fixed sortables that are absolutely positioned * Fixed draggables on pages with no droppables * Added Effect.Transitions.pulse * Added Effect.Pulsate and Effect.Fold effect by Justin Palmer * Added transitions by Mark Pilgrim: .full,