Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-svg-animate.md30 …m值直接跳转到to的值;<br/>linear:线性;<br/>paced:线性,设置此项后keyTimes和keyPoints值无效<br/>spline:自定义贝塞尔曲线,spline点定义在
31keyTimes | string | - | 否 | 设置关键帧动画的开始时间,值为0~1之间的数值用分号隔开,比如0;0.3;0.8;1。keyTimes、keySplines、values…
32 | keySplines | string | - | 否 | 与keyTimes相关联的一组贝塞尔控制点。定义每个关键帧的贝塞尔曲线,曲线之间用分号隔开。曲线内的两个控制掉格式为x1&nbsp;y…
46 …<animate attributeName="rx" values="0;10;30;0" keyTimes="0;0.25;0.75;1" keySplines="0.5 0 0.5 1; 0…
H A Djs-components-svg-animatetransform.md106 600 200" keyTimes="0; 0.4; 0.8;1.0" dur="3s" repeatCount="indefinite"></animateTransform>
110 600 200" keyTimes="0; 0.4; 0.8;1.0" dur="3s" repeatCount="indefinite"></animateTransform>
111 …sform attributeName="transform" attributeType="XML" type="rotate" values="0; 5; 0; 10" keyTimes="0;
116 600 200" keyTimes="0; 0.4; 0.8;1.0" dur="3s" repeatCount="indefinite"></animateTransform>
118 keyTimes="0; 0.4; 0.8; 1.0" dur="3s" repeatCount="indefinite"></animateTransform>
122 600 200" keyTimes="0; 0.4; 0.8;1.0" dur="3s" repeatCount="indefinite"></animateTransform>
124 keyTimes="0; 0.4; 0.8; 1.0" dur="3s" repeatCount="indefinite"></animateTransform>
126 keyTimes="0; 0.4; 0.8; 1.0" dur="3s" repeatCount="indefinite"></animateTransform>
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dui-js-animate-svg.md77 …teType="XML" type="translate" dur="3s" values="0;30;10;30;20;30;25;30" keyTimes="0;0.3;0.5;0.7;0.…
82 …ibuteType="XML" type="rotate" dur="3s" values="0;30;10;30;20;30;25;30" keyTimes="0;0.3;0.5;0.7;0.…
84 …"transform" attributeType="XML" type="scale" dur="6s" values="1;1;1.3" keyTimes="0;0.5;1" fill="f…
85 …form" attributeType="XML" type="translate" dur="9s" values="0;0;300 7" keyTimes="0;0.6;0.9" fill=…
88 …="transform" attributeType="XML" type="skewY" dur="6s" values="0;0;30" keyTimes="0;0.5;1" fill="f…
91 …form" attributeType="XML" type="translate" dur="9s" values="0;0;0 800" keyTimes="0;0.6;1" fill="f…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/svg_animate/
H A Dsvg_animate_test.cpp334 std::vector<double> keyTimes = { 0.0, 0.2, 0.7, 1.0 }; variable
335 svgAnimate->SetKeyTimes(keyTimes);
374 std::vector<double> keyTimes = { 0.0, 0.2, 0.7, 1.0 }; variable
375 svgAnimate->SetKeyTimes(keyTimes);
416 std::vector<double> keyTimes = { 0.0, 0.2, 0.7, 1.0 }; variable
417 svgAnimate->SetKeyTimes(keyTimes);
456 std::vector<double> keyTimes = { 0.0, 0.2, 0.7, 1.0 }; variable
457 svgAnimate->SetKeyTimes(keyTimes);
495 std::vector<double> keyTimes = { 0.0, 0.4, 1.0 }; variable
496 svgAnimate->SetKeyTimes(keyTimes);
/ohos5.0/docs/en/application-dev/ui/
H A Dui-js-animate-svg.md73 …teType="XML" type="translate" dur="3s" values="0;30;10;30;20;30;25;30" keyTimes="0;0.3;0.5;0.7;0.…
78 …ibuteType="XML" type="rotate" dur="3s" values="0;30;10;30;20;30;25;30" keyTimes="0;0.3;0.5;0.7;0.…
80 …"transform" attributeType="XML" type="scale" dur="6s" values="1;1;1.3" keyTimes="0;0.5;1" fill="f…
81 …form" attributeType="XML" type="translate" dur="9s" values="0;0;300 7" keyTimes="0;0.6;0.9" fill=…
84 …="transform" attributeType="XML" type="skewY" dur="6s" values="0;0;30" keyTimes="0;0.5;1" fill="f…
87 …form" attributeType="XML" type="translate" dur="9s" values="0;0;0 800" keyTimes="0;0.6;1" fill="f…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-svg-animate.md31keyTimes** and **keyPoints** will not take effect.<br>**spline**: Interpolation is implemented bas…
32keyTimes | string | - | No| Start time of the key frame animation. The value is a semicolon-separa…
33 | keySplines | string | - | No| A set of Bezier control points associated with **keyTimes**. You ca…
47 …<animate attributeName="rx" values="0;10;30;0" keyTimes="0;0.25;0.75;1" keySplines="0.5 0 0.5 1; 0…
H A Djs-components-svg-animatetransform.md107 600 200" keyTimes="0; 0.4; 0.8;1.0" dur="3s" repeatCount="indefinite"></animateTransform>
111 600 200" keyTimes="0; 0.4; 0.8;1.0" dur="3s" repeatCount="indefinite"></animateTransform>
112 …sform attributeName="transform" attributeType="XML" type="rotate" values="0; 5; 0; 10" keyTimes="0;
117 600 200" keyTimes="0; 0.4; 0.8;1.0" dur="3s" repeatCount="indefinite"></animateTransform>
119 keyTimes="0; 0.4; 0.8; 1.0" dur="3s" repeatCount="indefinite"></animateTransform>
123 600 200" keyTimes="0; 0.4; 0.8;1.0" dur="3s" repeatCount="indefinite"></animateTransform>
125 keyTimes="0; 0.4; 0.8; 1.0" dur="3s" repeatCount="indefinite"></animateTransform>
127 keyTimes="0; 0.4; 0.8; 1.0" dur="3s" repeatCount="indefinite"></animateTransform>
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_animation.cpp109 std::vector<double> keyTimes; in SetAttr() local
110 StringUtils::StringSplitter(val, ';', keyTimes); in SetAttr()
111 animateComponent->SetKeyTimes(keyTimes); in SetAttr()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsvg_animate.h229 void SetKeyTimes(const std::vector<double>& keyTimes) in SetKeyTimes() argument
231 if (!keyTimes.empty()) { in SetKeyTimes()
233 keyTimes_.assign(keyTimes.begin(), keyTimes.end()); in SetKeyTimes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_animate_declaration.h34 std::vector<double> keyTimes; member
146 return attribute.keyTimes; in GetKeyTimes()
H A Dsvg_animate_declaration.cpp83 StringUtils::StringSplitter(val, ';', attrs.keyTimes); in SetAnimateAttr()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-svg.md83 …间;<br>from:定义起始值;<br>to:定义结束值;<br>fill:定义动画结尾状态;<br> calcMode:定义插值;<br> keyTimes、values、keySplines…
84 …间;<br>from:定义起始值;<br>to:定义结束值;<br>fill:定义动画结尾状态;<br> calcMode:定义插值;<br> keyTimes、values、keySplines…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_animation.cpp119 StringUtils::StringSplitter(val, ';', attr.keyTimes); in SetAttr()
180 SetKeyTimes(animateAttr_.keyTimes); in UpdateAttr()
H A Dsvg_attributes_parser.h106 std::vector<double> keyTimes; member
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-svg.md83 …ill**: end state of the animation.<br> **calcMode**: interpolation.<br> keyTimes, values, keySplin…
84 …ill**: end state of the animation.<br> **calcMode**: interpolation.<br> keyTimes, values, keySplin…