Searched refs:scaleKeyframe3 (Results 1 – 1 of 1) sorted by relevance
188 auto scaleKeyframe3 = AceType::MakeRefPtr<Keyframe<float>>(1.0f, 1.0f); // finally 100% scale in CreateTransitionInContentOption() local189 scaleKeyframe3->SetCurve(Curves::FRICTION); in CreateTransitionInContentOption()193 scaleAnimation->AddKeyframe(scaleKeyframe3); in CreateTransitionInContentOption()219 …auto scaleKeyframe3 = AceType::MakeRefPtr<Keyframe<float>>(0.95f, 1.0f); // 100% scale at 95% of t… in CreateTransitionInBackgroundOption() local220 scaleKeyframe3->SetCurve(Curves::FRICTION); in CreateTransitionInBackgroundOption()226 scaleAnimation->AddKeyframe(scaleKeyframe3); in CreateTransitionInBackgroundOption()268 …auto scaleKeyframe3 = AceType::MakeRefPtr<Keyframe<float>>(0.55f, 1.1f); // 110% scale at 55% of t… in CreatTransitionOutOption() local269 scaleKeyframe3->SetCurve(Curves::FRICTION); in CreatTransitionOutOption()275 scaleAnimation->AddKeyframe(scaleKeyframe3); in CreatTransitionOutOption()