Searched refs:Keyframes (Results 1 – 10 of 10) sorted by relevance
109 if (auto internal = interface_cast<META_NS::IPropertyInternalAny>(track->Keyframes())) { in META_API_OBJECT_CONVERTIBLE()129 META_NS::ArrayProperty<Type> Keyframes() in Keyframes() function131 return META_NS::ArrayProperty<Type>(META_API_CACHED_INTERFACE(TrackAnimation)->Keyframes()); in Keyframes()134 auto& Keyframes(BASE_NS::array_view<Type> keyframes) in Keyframes() function136 if (auto kf = Keyframes()) { in Keyframes()
64 > - 使用animate方法时必须传入Keyframes和Options参数。70 在获取动画对象后,通过设置参数Keyframes设置动画在组件上的样式。
3 在关键帧(Keyframes)中动态设置父组件的width和height,实现组件变大缩小。子组件设置scale属性使父子组件同时缩放,再设置opacity实现父子组件的显示与隐藏。
41 IProperty::Ptr Keyframes() const override in META_BEGIN_NAMESPACE()
264 virtual IProperty::Ptr Keyframes() const = 0;
4 **Keyframes** is used to scale a component by dynamically setting the width and height of its paren…
11 animate( keyframes: Keyframes, options: Options):void
57 META_NS::IProperty::Ptr Keyframes() const override; in SCENE_BEGIN_NAMESPACE()
154 IProperty::Ptr EcsTrackAnimation::Keyframes() const in Keyframes() function in EcsTrackAnimation
12 animate( keyframes: Keyframes, options: Options): void