Searched defs:rotateAnimation (Results 1 – 4 of 4) sorted by relevance
355 auto rotateAnimation = CreateRotateAnimation(); in AnimationPerformLayout() local596 auto rotateAnimation = MakeRefPtr<KeyframeAnimation<double>>(); in CreateRotateAnimation() local
146 … auto rotateAnimation = AceType::MakeRefPtr<CurveAnimation<float>>(0.0f, 0.0f, option_->curve); in CreateTranslateAnimation() local
253 … auto rotateAnimation = AceType::MakeRefPtr<CurveAnimation<float>>(0.0f, 1.0f, option.GetCurve()); in CreateTranslateAnimation() local
61 void SetRotateProperties(const RefPtr<Animation<float>>& rotateAnimation, TweenOption& option) in SetRotateProperties()