Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList
KeyFrame::getAnimationName
Method of the class: KeyFrame{}
No Hooks.
Returns
String|null.
Usage
$KeyFrame = new KeyFrame(); $KeyFrame->getAnimationName();
KeyFrame::getAnimationName() KeyFrame::getAnimationName code WC 10.4.3
public function getAnimationName()
{
return $this->animationName;
}