Searched refs:scaleKeyframe4 (Results 1 – 1 of 1) sorted by relevance
221 auto scaleKeyframe4 = AceType::MakeRefPtr<Keyframe<float>>(1.0f, 1.0f); // finally 100% scale in CreateTransitionInBackgroundOption() local222 scaleKeyframe4->SetCurve(Curves::FRICTION); in CreateTransitionInBackgroundOption()227 scaleAnimation->AddKeyframe(scaleKeyframe4); in CreateTransitionInBackgroundOption()270 …auto scaleKeyframe4 = AceType::MakeRefPtr<Keyframe<float>>(1.0f, 1.0f); // 100% scale at 100% of t… in CreatTransitionOutOption() local271 scaleKeyframe4->SetCurve(Curves::FRICTION); in CreatTransitionOutOption()276 scaleAnimation->AddKeyframe(scaleKeyframe4); in CreatTransitionOutOption()