Add mobile menubar transition

This commit is contained in:
Hyunchul Kim 2020-11-16 12:04:10 +09:00
parent ca98783d8b
commit 129805f5fe

View file

@ -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; });