Software
Software
FadeOver
FadeOver
end
About
About
About
Examples
Examples
Documentation
Documentation
Download
Download

FadeOver is a jQuery UI widget that allows you to easily create your own dynamic buttons that fade between states (ie, mouse over / clicked / disabled).

About FadeOver:

  • Each instance of FadeOver can have four states; 'normal', 'over', 'active' and 'disabled'.
  • At minimum, you must specify 'normal' and 'over'.
  • FadeOver will automatically transition between these states in response to mouse input events.
  • The appearance of each state can be specified in a number of ways:
    • Images - you can specify an image for each state.
    • CSS Styles - You can use CSS selectors to set different styles for each state, to be applied to the widget's HTML content.
    • HTML fragments - You can specify separate pieces of HTML for each of the states.
    • jQuery UI Button - You can also specify that the widget should be a jQuery UI style button (but cooler).

To get an idea of how it works, have a play with the example FadeOver widget above. If you're interested in using FadeOver in your own website or application, simply browse to the Download page. Consult the Documentation page for a full listing of all the possible config options.