Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dstaggered_animation_state.cpp248 const float containerProgress = GetValue(GetOwner()->Progress()); in Evaluate() local
249 const auto step = ApplyStepModifiers(containerProgress); in Evaluate()
252 …if (internal->Move(TransformChild(segment, containerProgress, GetAnimationTargetState(), step.reve… in Evaluate()
323 const float containerProgress = GetValue(GetOwner()->Progress()); in Evaluate() local
324 const auto step = ApplyStepModifiers(containerProgress); in Evaluate()
327 auto active = GetActiveAnimation(containerProgress, step.reverse); in Evaluate()
332 …internal->Move(TransformChild(segment, containerProgress, GetAnimationTargetState(), step.reverse)… in Evaluate()
348 …const auto params = TransformChild(children[index], containerProgress, GetAnimationTargetState(), … in Evaluate()