当前位置:网站首页>Applet: page scrolling to a certain position navigation bar fixed effect
Applet: page scrolling to a certain position navigation bar fixed effect
2022-07-21 01:05:00 【Front end life of Lvan】
Code
<!--index.wxml-->
<scroll-view scroll-y class="container" bindscroll="scroll">
<view class="nav-top {
{ scrollTop > 300 ? 'fix-top' : '' }}">
Top navigation {
{
scrollTop }}
</view>
<view wx:for="{
{ 120 }}" wx:key="item">{
{
item }}</view>
</scroll-view>
// index.js
Page({
data: {
scrollTop: 0
},
scroll(e) {
console.log(e)
const scrollTop = e.detail.scrollTop
this.setData({
scrollTop})
},
})
Printed here e yes :
/**index.wxss**/
.container {
// Remember that this must be added
height: 100vh;
}
.nav-top {
width: 100%;
height: 100rpx;
background-color: #f00;
}
.fix-top {
position: fixed;
top: 0;
background-color: #ff0;
}
Points of attention
We set it up container The style of is height: 100vh;
effect
边栏推荐
- [JVM series] common garbage collector in JVM
- Animation animation in unity is played backwards and forwards
- 和利时PLC主从站通讯
- [pyGame] the classic boss of soul duel is back. Are you ready to defeat them again? (source code attached)
- Web APIs DOM- 网页特效篇-滚动事件和加载事件
- Check excellent Tkinter open source contributors [pypi]
- CCTV news "Ningbo rent quota invoice by hand" news channel_ People's network
- Web APIs DOM- 事件委托 +综合案例
- PX4使用P900数传
- QT_qss文件简易使用教程
猜你喜欢
PX4使用P900数传
[2022 national games simulation] similar sequence problem - DFA (DP set DP)
Example of conventional deployment configuration of Huawei campus network
How to get started NET Core ? Recommend these 10 excellent open source projects!
程序环境和预处理详解
Implement metersphere signature signature through shell
NVIDIA NX usage notes
归并排序及优化
【731. 我的日程安排表 II】
Solution to remote access failure of docker installation MySQL in virtual machine
随机推荐
网络安全知识图谱关键技术
"Oserror: [winerror 126] cannot find the specified module"
【731. 我的日程安排表 II】
How to check whether win11 can be upgraded to 22h2? How to upgrade 22h2 in win11
Ansible introduction and installation
虚拟机中docker安装mysql远程无法访问解决方法
CCTV news "Guangzhou rent quota invoice by hand" news channel_ People's network
What is the difference between zero trust and SASE? The answer is not really important
程序环境和预处理详解
Qt:Could not find qmake spec ‘default’. Error while parsing file xxx. pro. Giving up
Check excellent Tkinter open source contributors [pypi]
Under what circumstances is it necessary for enterprises to introduce distributed databases?
张量的通俗理解
创建文件,如果文件的上级(或上上级等)目录不存在,则先创建上级目录,再创建文件
Warning FailedScheduling 8s default-scheduler 0/3 nodes are available: 1 Insufficient memory
Popular understanding of tensor
VMware 启动报错:Exception 0xc0000005和windwos11没有Hyper-V的解决方法
[translation] dynamic query in C # expression
【JVM 系列】JVM 对象的分配策略
【故事证明和概率公理】