Home
last modified time | relevance | path

Searched refs:propertyColorAnimation_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp307 propertyColorAnimation_ = AceType::MakeRefPtr<KeyframeAnimation<Color>>(); in CreatePropertyAnimation()
322 node.propertyColorAnimation_ = in CreatePropertyAnimation()
371 if (propertyColorAnimation_ && !propertyColorAnimation_->GetKeyframes().empty()) { in TransitionOptionSetKeyframes()
372 transitionOption.SetColorAnimation(propertyColorAnimation_); in TransitionOptionSetKeyframes()
H A Ddom_node.h997 RefPtr<KeyframeAnimation<Color>> propertyColorAnimation_; member in OHOS::Ace::Framework::DOMNode

Completed in 6 milliseconds