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 11.0.1
public function getAnimationName()
{
return $this->animationName;
}