Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList

KeyFrame::atRuleArgspublicWC 1.0

Method of the class: KeyFrame{}

No Hooks.

Returns

string|null.

Usage

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

KeyFrame::atRuleArgs() code WC 11.0.1

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