#滑的

用jquery实现平滑的页面滚动效果

通过几句jquery代码实现页面平滑滚动到某一锚点的效果。实现代码来源于https://css-tricks.com/snippets/jquery/smooth-scrolling实现的jquery代码如下:$('a[href*="#"]:not([href="#"])').click(function(){if(l...

iOS-隐藏Navigationbar【导航栏无缝圆滑的隐藏】

1.ViewController.m-(void)viewDidLoad{[superviewDidLoad];self.title=@"隐藏导航栏";UIButton*button=[UIButtonbuttonWithType:UIButtonTypeCustom];button.backgroundColor=[...