Opacity
The Telerik and Kendo UI Opacity Utilities are CSS classes that enable you to control the opacity of an element.
Utility Class | CSS Property |
---|---|
.k-opacity-1 | opacity: 1; |
.k-opacity-0 | opacity: 0; |
Applying an Opacity
Use the k-opacity-{value}
to apply opacity to the element.