Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList

KeyFrame::getAnimationNamepublicWC 1.0

Method of the class: KeyFrame{}

No Hooks.

Returns

String|null.

Usage

$KeyFrame = new KeyFrame();
$KeyFrame->getAnimationName();

KeyFrame::getAnimationName() code WC 10.4.3

public function getAnimationName()
{
    return $this->animationName;
}