Home
last modified time | relevance | path

Searched refs:iterRotateYAnimation (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_element.cpp747 auto iterRotateYAnimation = transformFloatAnimations.find(AnimationType::ROTATE_Y); in CreateRotateAnimation() local
748 if (iterRotateYAnimation != transformFloatAnimations.end()) { in CreateRotateAnimation()
752 auto& rotateYAnimation = iterRotateYAnimation->second; in CreateRotateAnimation()