In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-13 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)05/31 Report--
This article introduces the relevant knowledge of "how to achieve the scrolling effect of the navigation bar in Jinri Toutiao". In the operation of actual cases, many people will encounter such a dilemma. Next, let the editor lead you to learn how to deal with these situations! I hope you can read it carefully and be able to achieve something!
The implementation code in vue:
{{group.name}} initialization: mounted () {setTimeout (function () {TagNav ("# tagnav", {type: "scrollToNext", curClassName: "weui-state-active", index: 0}); $(".first _ nav") .children (": first") .find ("a") .addClass ("first_border_circle") (".first _ nav") .children (": last") .find ("a") .addClass ("end_border_circle");}, 0);}
Note: the introduction of weui css,class= "container" this must have, otherwise there will be positioning problems.
Elements such as setimeout are rendered and then initialized.
Of course, there was a problem when working on this project. The Android phone entered the page for the first time, but it was sensitive when the navigation bar was not slipped, which caused it to slide, triggered the click event, and led to the jump.
By looking up a lot of information, because iscroll-lite default events such as touchend are bound to window, not to our scrolling elements (example above: div of id= "tagnav"), resulting in
Clicking on another area triggers the click event. Fortunately, it has a configuration item: bindToWrapper. Set this value to true solution.
Because weui is repackaged, you can find it and add: bindToWrapper: true.
Self.iScroll = new IScroll (self.el, {scrollX: true,scrollY: false,click: true,bindToWrapper: true// prevents events such as touchend from binding to window, resulting in sliding sensitive trigger}); this is the end of the content of "how WeChat Mini Programs achieves the scrolling effect of Jinri Toutiao navigation bar". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.