글
This plugin will easily allow you to do color transitions for text, background and borders for different events. The API
trigger: the event that will fire color transition, uses the same events as bind in jQuery
property: can be 'background', 'borderColor' or 'color'
start: the starting color ie '336699'
end: the ending color ie '6699CC'
steps: the number of times to divide the color difference
duration: the transition speed
Default values
$.fn.jFade.defaults = {
trigger: "load",
property: 'background',
start: 'FFFFFF',
end: '000000',
steps: 5,
duration: 30
};
Demo
Download
trigger: the event that will fire color transition, uses the same events as bind in jQuery
property: can be 'background', 'borderColor' or 'color'
start: the starting color ie '336699'
end: the ending color ie '6699CC'
steps: the number of times to divide the color difference
duration: the transition speed
Default values
$.fn.jFade.defaults = {
trigger: "load",
property: 'background',
start: 'FFFFFF',
end: '000000',
steps: 5,
duration: 30
};
Demo
Download
'JS > jquery' 카테고리의 다른 글
Jquery Reference SIte (0) | 2008.11.08 |
---|---|
jDialog 1.1 for jQuery - An AJAX modal creator (0) | 2008.11.08 |
Unobtrusive, cross-browser method to add icons to links (0) | 2008.11.08 |
jHelperTip 1.0 - The Multi-Use Tooltip for jQuery (0) | 2008.11.08 |
jContext 1.0 - The ultra-lightweight right click context menu for jQuery (0) | 2008.11.08 |
jSize 1.0 - a window slider/resizer wonder for jQuery (0) | 2008.11.08 |
jFlow 1.1 - The Ultra-lightweight Fluid Content Slider for jQuery (0) | 2008.11.08 |
JQuery Download (0) | 2008.11.08 |
MouseOver In Fade (0) | 2008.11.02 |
MouseOver Preview (0) | 2008.11.02 |
RECENT COMMENT