Searched refs:propertyAnimationMap (Results 1 – 2 of 2) sorted by relevance
89 auto& propertyAnimationMap = transitionOption.GetFloatPropertyAnimation(); in ReplaceAnimation() local102 for (auto&& [propertyAnimatableType, propertyAnimation] : propertyAnimationMap) { in ReplaceAnimation()108 …propertyAnimationMap[PropertyAnimatableType::PROPERTY_WIDTH])->ReplaceKeyframe(keyframeWidthBegin); in ReplaceAnimation()115 …(propertyAnimationMap[PropertyAnimatableType::PROPERTY_HEIGHT])->ReplaceKeyframe(keyframeHeightBeg… in ReplaceAnimation()
308 static const std::unordered_map<std::string, void (*)(DOMNode&)> propertyAnimationMap = { in CreatePropertyAnimation() local327 auto animationIter = propertyAnimationMap.find(property); in CreatePropertyAnimation()328 if (animationIter != propertyAnimationMap.end()) { in CreatePropertyAnimation()332 for (auto propertyAnimation : propertyAnimationMap) { in CreatePropertyAnimation()