Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList
KeyFrame::__construct
Method of the class: KeyFrame{}
No Hooks.
Returns
null. Nothing (null).
Usage
$KeyFrame = new KeyFrame(); $KeyFrame->__construct( $iLineNo );
- $iLineNo(int)
- .
KeyFrame::__construct() KeyFrame:: construct code WC 10.7.0
public function __construct($iLineNo = 0)
{
parent::__construct($iLineNo);
$this->vendorKeyFrame = null;
$this->animationName = null;
}