Searched refs:scaleKeyframe2 (Results 1 – 1 of 1) sorted by relevance
186 …auto scaleKeyframe2 = AceType::MakeRefPtr<Keyframe<float>>(0.55f, 0.9f); // 90% scale at 55% of to… in CreateTransitionInContentOption() local187 scaleKeyframe2->SetCurve(Curves::FRICTION); in CreateTransitionInContentOption()192 scaleAnimation->AddKeyframe(scaleKeyframe2); in CreateTransitionInContentOption()217 …auto scaleKeyframe2 = AceType::MakeRefPtr<Keyframe<float>>(0.5f, 1.1f); // 110% scale at 50% of to… in CreateTransitionInBackgroundOption() local218 scaleKeyframe2->SetCurve(Curves::FRICTION); in CreateTransitionInBackgroundOption()225 scaleAnimation->AddKeyframe(scaleKeyframe2); in CreateTransitionInBackgroundOption()266 …auto scaleKeyframe2 = AceType::MakeRefPtr<Keyframe<float>>(0.1f, 1.0f); // 100% scale at 10% of to… in CreatTransitionOutOption() local267 scaleKeyframe2->SetCurve(Curves::FRICTION); in CreatTransitionOutOption()274 scaleAnimation->AddKeyframe(scaleKeyframe2); in CreatTransitionOutOption()