Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transition/
H A Dtransition_element.cpp89 auto& propertyAnimationMap = transitionOption.GetFloatPropertyAnimation(); in ReplaceAnimation() local
102 for (auto&& [propertyAnimatableType, propertyAnimation] : propertyAnimationMap) { in ReplaceAnimation()
108propertyAnimationMap[PropertyAnimatableType::PROPERTY_WIDTH])->ReplaceKeyframe(keyframeWidthBegin); in ReplaceAnimation()
115 …(propertyAnimationMap[PropertyAnimatableType::PROPERTY_HEIGHT])->ReplaceKeyframe(keyframeHeightBeg… in ReplaceAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp308 static const std::unordered_map<std::string, void (*)(DOMNode&)> propertyAnimationMap = { in CreatePropertyAnimation() local
327 auto animationIter = propertyAnimationMap.find(property); in CreatePropertyAnimation()
328 if (animationIter != propertyAnimationMap.end()) { in CreatePropertyAnimation()
332 for (auto propertyAnimation : propertyAnimationMap) { in CreatePropertyAnimation()