Home
last modified time | relevance | path

Searched refs:ON_VIEW_ATTRIBUTE (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/ComboStrap/TagAttribute/
H A DAnimation.php30 const ON_VIEW_ATTRIBUTE = "onview"; define in ComboStrap\\TagAttribute\\Animation
41 if ($attributes->hasComponentAttribute(self::ON_VIEW_ATTRIBUTE)) {
42 $onView = $attributes->getValueAndRemove(self::ON_VIEW_ATTRIBUTE);
/plugin/combo/ComboStrap/
H A DMediaMarkup.php87 Animation::ON_VIEW_ATTRIBUTE,