Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Drender_text_overlay.cpp775 auto opacityKeyframeInThird = AceType::MakeRefPtr<Keyframe<float>>(1.0f, 1.0f); in InitAnimation() local
779 opacityAnimationIn->AddKeyframe(opacityKeyframeInThird); in InitAnimation()