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