Automattic\WooCommerce\Vendor\Sabberworm\CSS\CSSList

KeyFrame::__constructpublicWC 1.0

Method of the class: KeyFrame{}

No Hooks.

Returns

null. Nothing (null).

Usage

$KeyFrame = new KeyFrame();
$KeyFrame->__construct( $iLineNo );
$iLineNo(int)
.

KeyFrame::__construct() code WC 10.7.0

public function __construct($iLineNo = 0)
{
    parent::__construct($iLineNo);
    $this->vendorKeyFrame = null;
    $this->animationName = null;
}