/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/marquee/ |
H A D | render_marquee.cpp | 120 if (marquee) { in UpdateAnimation() 183 if (!marquee) { in Update() 189 value_ = marquee->GetValue(); in Update() 210 loop_ = marquee->GetLoop(); in Update() 234 if (marquee) { in Update() 240 if (marquee) { in Update() 251 if (marquee) { in Update() 257 if (marquee) { in Update() 308 if (!marquee) { in GetPlayerCtr() 328 if (!marquee) { in GetMarqueeCallback() [all …]
|
H A D | BUILD.gn | 17 build_component("marquee") {
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkMarquee.ts | 101 getUINativeModule().marquee.resetFontColor(node); 103 getUINativeModule().marquee.setFontColor(node, this.value); 118 getUINativeModule().marquee.resetFontSize(node); 120 getUINativeModule().marquee.setFontSize(node, this.value); 135 getUINativeModule().marquee.resetAllowScale(node); 137 getUINativeModule().marquee.setAllowScale(node, this.value); 145 getUINativeModule().marquee.resetFontWeight(node); 161 getUINativeModule().marquee.resetFontFamily(node); 189 getUINativeModule().marquee.resetMarqueeOnStart(node); 203 getUINativeModule().marquee.resetMarqueeOnBounce(node); [all …]
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | ui-js-components-marquee.md | 1 # marquee开发指导 4 marquee为跑马灯组件,用于展示一段单行滚动的文字。具体用法请参考[marquee](../reference/apis-arkui/arkui-js/js-components-basic-m… 7 ## 创建marquee组件 9 在pages/index目录下的hml文件中创建一个marquee组件。 15 …<marquee style="width: 100%;height: 80px; color: #ffffff; background-color: #0820ef;padding-left: … 37 marquee通过color和font-weight属性设置跑马灯中文本的颜色、字体粗细和边框样式。 43 <marquee class="custommarquee">It's a racing lamp.</marquee> 83 </marquee> 151 > 当loop的值小于等于零时,跑马灯marquee将连续滚动。如果loop未指定,则默认为-1。 167 …<marquee style="color: {{color1}}" loop="{{loopval}}" scrollamount="{{scroll}}" direction="{{isle… [all …]
|
H A D | ui-js-building-ui-component.md | 16 …i/arkui-js/js-components-basic-label.md)、[marquee](../reference/apis-arkui/arkui-js/js-components-…
|
H A D | Readme-CN.md | 176 - [marquee开发指导](ui-js-components-marquee.md)
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | ui-js-components-marquee.md | 1 # <marquee> Development 4 …t;marquee>** component displays single-line scrolling text. For details, see [marquee](../refer… 7 ## Creating a <marquee> Component 9 Create a **<marquee>** component in the .hml file under **pages/index**. 15 …<marquee style="width: 100%;height: 80px; color: #ffffff; background-color: #0820ef;padding-left: … 37 … and **font-weight** attributes to define the color, font weight, and border style of marquee text. 43 <marquee class="custommarquee">It's a racing lamp.</marquee> 83 </marquee> 158 In this example, you can control the scrolling of marquee text. 167 …<marquee style="color: {{color1}}" loop="{{loopval}}" scrollamount="{{scroll}}" direction="{{isle… [all …]
|
H A D | ui-js-building-ui-component.md | 17 | Basic | button, chart, divider, image, image-animator, input, label, marquee, menu, option, p…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_marquee.cpp | 66 [](MarqueeComponent& marquee, const std::string& val) { in SetSpecializedAttr() 67 marquee.SetDirection( in SetSpecializedAttr() 71 … [](MarqueeComponent& marquee, const std::string& val) { marquee.SetLoop(StringToInt(val)); } }, in SetSpecializedAttr() 73 …[](MarqueeComponent& marquee, const std::string& val) { marquee.SetScrollAmount(StringToDouble(val… in SetSpecializedAttr() 74 …{ DOM_MARQUEE_VALUE, [](MarqueeComponent& marquee, const std::string& val) { marquee.SetValue(val)… in SetSpecializedAttr()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js-lite/ |
H A D | js-lite-components-basic-marquee.md | 1 # marquee chapter 61 <marquee class="customMarquee" scrollamount="{{scrollAmount}}">{{marqueeCustomData}}</marquee> 104 marqueeCustomData: 'Custom marquee Custom marquee Custom marquee' 118 
|
H A D | Readme-CN.md | 30 - [marquee](js-lite-components-basic-marquee.md)
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-basic-marquee.md | 1 # marquee chapter 6 > Since API version 6, the text scrolls only when its width exceeds the width of the **\<marquee>*… 8 The **\<marquee>** component is used to display a scrolling piece of text. 27 …value **-1** is used. When the value is less than or equal to **0**, the marquee scrolls continuou… 28 | direction | string | left | No | Direction in which the marquee scrolls, which can be **left… 50 | bounce | - | Triggered when the marquee scrolls to the end. | 51 | finish | - | Triggered when the marquee finishes the specified number of scrollings (value of … 52 | start | - | Triggered when the marquee starts to scroll. | 70 …<marquee style="color: {{color1}}" loop="{{loopval}}" scrollamount="{{scroll}}" direction="{{isle… 73 </marquee>
|
H A D | Readme-EN.md | 40 - [marquee](js-components-basic-marquee.md)
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-marquee.md | 31 …marquee.<br>**start**: whether to start scrolling.<br>**NOTE**<br>This parameter cannot be used to… 131 …marquee after its attributes are updated. (This attribute takes effect when the marquee is in the … 141 …pendix-enums.md#marqueeupdatestrategy12)| Yes| Scrolling strategy of the marquee after its attribu… 149 Called when the marquee text changes or starts scrolling. 161 Triggered when the marquee has reached the end. This event will be triggered for multiple times if … 173 Triggered when the marquee has finished the number of scrolling times set by the **loop** attribute. 255 
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js-lite/ |
H A D | js-lite-components-basic-marquee.md | 1 # marquee chapter 3 The **\<marquee>** component is used to display a scrolling piece of text. 61 <marquee class="customMarquee" scrollamount="{{scrollAmount}}">{{marqueeCustomData}}</marquee> 104 marqueeCustomData: 'Custom marquee Custom marquee Custom marquee' 118 
|
H A D | Readme-EN.md | 30 - [marquee](js-lite-components-basic-marquee.md)
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-basic-marquee.md | 1 # marquee chapter 26 | loop | number | -1 | 否 | 跑马灯滚动的次数。如果未指定,则默认值为-1,当该值小于等于零时表示marquee将连续滚动。 | 69 …<marquee style="color: {{color1}}" loop="{{loopval}}" scrollamount="{{scroll}}" direction="{{isle… 72 </marquee>
|
H A D | Readme-CN.md | 40 - [marquee](js-components-basic-marquee.md)
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-marquee.md | 223 console.info('Succeeded in completing the onStart callback of marquee animation') 226 console.info('Succeeded in completing the onBounce callback of marquee animation') 229 console.info('Succeeded in completing the onFinish callback of marquee animation') 256 
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/examples/showcase/src/main/js/default/pages/component/marquee/attr/ |
H A D | attr.css | 78 .attribute-div-show-marquee { 85 .attribute-div-if-marquee {
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ |
H A D | BUILD.gn | 213 "marquee/marquee_accessibility_property.cpp", 214 "marquee/marquee_layout_algorithm.cpp", 215 "marquee/marquee_model_ng.cpp", 216 "marquee/marquee_pattern.cpp",
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/ |
H A D | BUILD.gn | 59 "marquee:marquee_test_ng",
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/ |
H A D | BUILD.gn | 91 "pattern/marquee:marquee_test_ng",
|
/ohos5.0/foundation/arkui/ace_engine/ |
H A D | README.md | 72 …13982011"></a>button, text, input, label, image, progress, rating, span, marquee, image-animator, …
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | keys.h | 175 KEYWORD(MARQUEE, marquee) // marquee tag name
|