Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp466 NG::ParticlePropertyAnimation<Color> colorPropertyAnimation; in ParseAnimationColorArray() local
474 colorPropertyAnimation.SetFrom(from); in ParseAnimationColorArray()
478 colorPropertyAnimation.SetTo(to); in ParseAnimationColorArray()
484 colorPropertyAnimation.SetStartMills(startMillis); in ParseAnimationColorArray()
490 colorPropertyAnimation.SetEndMills(endMillis); in ParseAnimationColorArray()
494 colorPropertyAnimation.SetCurve(curve); in ParseAnimationColorArray()
496 particleAnimationColorArray.emplace_back(colorPropertyAnimation); in ParseAnimationColorArray()

Completed in 3 milliseconds