Searched refs:hoverScaleProperty (Results 1 – 1 of 1) sorted by relevance
3582 auto hoverScaleProperty = animationOptionsObj->GetProperty("hoverScale"); in ParseContentPreviewAnimationOptionsParam() local3586 if (!hoverScaleProperty->IsEmpty() && hoverScaleProperty->IsArray()) { in ParseContentPreviewAnimationOptionsParam()3587 JSRef<JSArray> hoverScaleArray = JSRef<JSArray>::Cast(hoverScaleProperty); in ParseContentPreviewAnimationOptionsParam()