如何在导航栏中为标题设置动画?
How to animate title in navbar?
我在导航栏下有一个标题。当我滚动时,标题应该以动画形式进入导航栏。我找不到任何地方可以这样做。
您可以使用 JQuery 来检测滚动
http://www.sitepoint.com/introduction-jquery-scroll-based-animations/ or to set waypoints, which will trigger a function when the user scroll to an element http://imakewebthings.com/waypoints/guides/getting-started/
我在导航栏下有一个标题。当我滚动时,标题应该以动画形式进入导航栏。我找不到任何地方可以这样做。
您可以使用 JQuery 来检测滚动 http://www.sitepoint.com/introduction-jquery-scroll-based-animations/ or to set waypoints, which will trigger a function when the user scroll to an element http://imakewebthings.com/waypoints/guides/getting-started/