When I queue two
Effects like this:
new
Effect.Highlight($('contentresizecell'),
{
startcolor: '#FFFFFF',
endcolor: '#FF0000',
delay: 0,
duration: 2,
queue: {position:'end', scope: 'highlightscope'}
});
new Effect.Highlight($('contentresizecell'), {
startcolor: '#FF0000',
endcolor: '#FFFFFF',
delay: 0,
duration: 2,
queue: {position:'end', scope: 'highlightscope'}
});
startcolor: '#FFFFFF',
endcolor: '#FF0000',
delay: 0,
duration: 2,
queue: {position:'end', scope: 'highlightscope'}
});
new Effect.Highlight($('contentresizecell'), {
startcolor: '#FF0000',
endcolor: '#FFFFFF',
delay: 0,
duration: 2,
queue: {position:'end', scope: 'highlightscope'}
});
The effect I want is
a smooth rise to red, and a return to the background white.
I get a flash
between the two.
Is there any way to
elminiate the flash?
Sa,
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs
-~----------~----~----~----~------~----~------~--~---
