Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/animation/
H A Danimation.h109 if (auto internal = interface_cast<META_NS::IPropertyInternalAny>(track->Keyframes())) { in META_API_OBJECT_CONVERTIBLE()
129 META_NS::ArrayProperty<Type> Keyframes() in Keyframes() function
131 return META_NS::ArrayProperty<Type>(META_API_CACHED_INTERFACE(TrackAnimation)->Keyframes()); in Keyframes()
134 auto& Keyframes(BASE_NS::array_view<Type> keyframes) in Keyframes() function
136 if (auto kf = Keyframes()) { in Keyframes()
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dui-js-animate-component.md64 > - 使用animate方法时必须传入Keyframes和Options参数。
70 在获取动画对象后,通过设置参数Keyframes设置动画在组件上的样式。
H A Dui-js-animate-attribute-style.md3 在关键帧(Keyframes)中动态设置父组件的width和height,实现组件变大缩小。子组件设置scale属性使父子组件同时缩放,再设置opacity实现父子组件的显示与隐藏。
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dtrack_animation.h41 IProperty::Ptr Keyframes() const override in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/animation/
H A Dintf_animation.h264 virtual IProperty::Ptr Keyframes() const = 0;
/ohos5.0/docs/en/application-dev/ui/
H A Dui-js-animate-attribute-style.md4 **Keyframes** is used to scale a component by dynamically setting the width and height of its paren…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-common-methods.md11 animate( keyframes: Keyframes, options: Options):void
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.h57 META_NS::IProperty::Ptr Keyframes() const override; in SCENE_BEGIN_NAMESPACE()
H A Decs_animation.cpp154 IProperty::Ptr EcsTrackAnimation::Keyframes() const in Keyframes() function in EcsTrackAnimation
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-common-methods.md12 animate( keyframes: Keyframes, options: Options): void