The buttonset widget — a cousin of the button widget — is handy for working with groups of form controls. Not because any new functionality, because it isn't. It's more to do with themes and and they're applied to the elements. For example, the button widget doesn't add any capabilities not already present in native HTML buttons. It's all about consistent look and feel. The buttonset widget will take a group of radio buttons and make them appear as a single unified control. We can toggle the state of any given radio, and the appropriate states from the theme framework are applied. Why not add support for smooth transitions between these states?
Showing posts with label transition. Show all posts
Showing posts with label transition. Show all posts
Sunday, December 1, 2013
Wednesday, October 17, 2012
CSS3 Transitions in jQuery UI Themes
You can add CSS3 transitions to your jQuery UI theme without much effort. You can use a single selector to apply the same transitions to multiple jQuery UI widget components. As a simple example, the following code illustrates how we can apply CSS3 transitions to the hover state for buttons, accordion headers, and tab navigation.
Labels:
css3
,
jqueryui
,
theme
,
transition
Subscribe to:
Posts
(
Atom
)