In the current application, you will see the effect shown. We have added some HTML labels in the content, but the effect still looks like a common text effect, to achieve the expected goal, I need to set the viewStylehtmlcontentThe property isTrue. As you can see, the content is cut off and cannot slide down. In order to achieve the scrolling effect, you need to set the vertical scrolling screen flip attribute. below is the relevantCode:
Scroll: 'signature ',
Stylehtmlcontent: True,
Style: 'background: # d8e2ef ',
We also added style attributes to the CSS ruler to make the sliding animation of the view better. Now your text content looks much better on the blue background, you can see the scroll effect when you drag the mouse up or down the view or press the scroll up or down button.
So far, this is the second part.
You can download the source code of the current project file (here .)