There's a momentary flash of background-white between steps 1 and 2, 3 and 4. Probably 2 and 3, but the color is white at the moment.
Any way to omit the flash?
Sam
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'}
});
new Effect.Highlight($('contentresizecell'), {
startcolor:
'#FFFFFF',
endcolor:
'#0000FF',
delay:
0,
duration:
2,
queue:
{position:'end', scope: 'highlightscope'}
});
new Effect.Highlight($('contentresizecell'), {
startcolor:
'#0000FF',
endcolor:
'#FFFFFF',
delay:
0,
duration:
2,
queue:
{position:'end', scope: 'highlightscope'}
});
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---
