Home
last modified time | relevance | path

Searched defs:ParticlePropertyAnimation (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dparticle_property_animation.h23 struct ParticlePropertyAnimation { struct
25 T GetFrom() const in GetFrom()
30 void SetFrom(T& from) in SetFrom()
35 T GetTo() const in GetTo()
40 void SetTo(T& to) in SetTo()
45 int32_t GetStartMills() const in GetStartMills()
75 bool operator==(const ParticlePropertyAnimation<T>& other) const argument
94 T to_;
95 int32_t startMills_ = 0;
96 int32_t endMills_ = 0;
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-particle-animation.md307 ## ParticlePropertyAnimation section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-particle-animation.md278 ## ParticlePropertyAnimation section