Class Ouia
java.lang.Object
org.patternfly.core.Ouia
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidouia(HTMLElement element, String componentType) static voidouia(HTMLElement element, String componentId, String componentType) static voidouia(SVGElement element, String componentType) static voidouia(SVGElement element, String componentId, String componentType) static voidouiaSafe(HTMLElement element, boolean safe) static voidouiaSafe(SVGElement element, boolean safe) static voidouiaTransition(HTMLElement element) Marks the element as unsafe (data-ouia-safe="false") and restores it to safe after the CSS transition ends.
-
Method Details
-
ouia
-
ouia
-
ouia
-
ouia
-
ouiaSafe
-
ouiaSafe
-
ouiaTransition
Marks the element as unsafe (data-ouia-safe="false") and restores it to safe after the CSS transition ends. A fallback timeout ensures the element is marked safe even if no CSS transition is defined.
-