CommandButton: add opacity to theme transition
See original GitHub issueButtons are now disabled by default during Ajax requests. This looks okay on request which take a little while. On fast requests the short disablement makes the button flicker. See for example:
https://www.primefaces.org/showcase/ui/ajax/basic.xhtml
Flickering can be reduced by added something like opacity .2s
to
body .ui-button { transition: ... }
Issue Analytics
- State:
- Created a year ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
CommandButton.Transparent property (Access)
Use the Transparent property to specify whether a command button is solid or transparent. Read/write Boolean.
Read more >CSS Opacity for a button - html - Stack Overflow
I have a button in HTML and I have to add opacity to it. I want to use CSS to do that. Here...
Read more >CommandButton - PrimeFaces Showcase
CommandButton is an action component to process forms and invoke listeners remotely. SERVER API CLIENT API. Basic. Submit Disabled. Icons.
Read more >Transparency - LibreOffice Help
1; 2; 3; 4; 5; 6; →; ⇥. abbreviationsaccessibility -- check in text documentaccessibility -- LibreOffice Writeraddress books -- exchangingAdd to ...
Read more >How to change button and text opacity - Ride theme slideshow
Hi dear,. Did you try to change the color because most likely text isn't transparent, its color is gray. There might not even...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@jepsar, Thanks a lot for your update! Fixed now. Could you please check it?
Thanks! Looking much better IMO