Add mobile menubar transition
This commit is contained in:
parent
ca98783d8b
commit
129805f5fe
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
// Show or Hide on a mobile device
|
||||||
|
|
||||||
var didScroll; // 스크롤시에 사용자가 스크롤했다는 것을 알림
|
var didScroll; // 스크롤시에 사용자가 스크롤했다는 것을 알림
|
||||||
$(window).scroll(function(event){ didScroll = true; });
|
$(window).scroll(function(event){ didScroll = true; });
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue