Created
July 23, 2020 05:03
-
-
Save fhdalikhan/5c4312af4293aa1545a5f44a3c0f18da to your computer and use it in GitHub Desktop.
Bootstrap modal scroll to top with animation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('.modal').animate({ scrollTop: 0 }, 'slow'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment