Searched refs:opacityKeyframeOutSecond (Results 1 – 1 of 1) sorted by relevance
798 auto opacityKeyframeOutSecond = AceType::MakeRefPtr<Keyframe<float>>(OPACITY_KEYFRAME, 0.0f); in InitAnimation() local799 opacityKeyframeOutSecond->SetCurve(Curves::SHARP); in InitAnimation()803 opacityAnimationOut->AddKeyframe(opacityKeyframeOutSecond); in InitAnimation()