You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can use marginTop instead of top since my element is not absolutely positioned (see https://github.com/niftylettuce/bootstrap-autohidingnavbar for my recent two commits - modified the animate method object property from top to marginTop). This works when you just want to animate part of a DOM element inside an existing navbar.
The text was updated successfully, but these errors were encountered:
niftylettuce
changed the title
Are you open to an option type? Either marginTop or top
Are you open to an option "type" (with either "marginTop" or "top" (default) values)
Sep 4, 2018
I can use
marginTop
instead oftop
since my element is not absolutely positioned (see https://github.com/niftylettuce/bootstrap-autohidingnavbar for my recent two commits - modified theanimate
method object property fromtop
tomarginTop
). This works when you just want to animate part of a DOM element inside an existing navbar.The text was updated successfully, but these errors were encountered: