51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#滑的
用jquery实现平滑的页面滚动效果
通过几句jquery代码实现页面平滑滚动到某一锚点的效果。实现代码来源于https://css-tricks.com/snippets/jquery/smooth-scrolling实现的jquery代码如下:$('a[href*="#"]:not([href="#"])').click(function(){if(l...
代码星球
·
2020-05-23
jquery
实现
滑的
页面
滚动
iOS-隐藏Navigationbar【导航栏无缝圆滑的隐藏】
1.ViewController.m-(void)viewDidLoad{[superviewDidLoad];self.title=@"隐藏导航栏";UIButton*button=[UIButtonbuttonWithType:UIButtonTypeCustom];button.backgroundColor=[...
代码星球
·
2020-04-03
隐藏
iOS-
Navigationbar
导航
无缝
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他