Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
smoothscroll
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
grifart libs
smoothscroll
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
2
fix-browser-navigation
master
default
protected
Tags
15
0.6.2
protected
0.6.1
protected
0.6.0
protected
0.5.2
protected
0.5.1
protected
0.5.0
protected
0.4.0
protected
0.3.1
protected
0.3.0-beta.1
protected
0.3.0-beta
protected
0.2.3
protected
0.2.2
protected
0.2.1
protected
0.2.0
protected
0.1.0
protected
17 results
Begin with the selected commit
Created with Raphaël 2.2.0
15
Nov
14
8
30
Apr
14
Sep
10
8
Jun
30
May
29
29
May
27
17
11
Dec
22
Aug
1
Jun
28
May
15
30
Apr
27
19
17
11
scrollToTarget.ts: Simplifies and removed magic initialization -> introduced handleOnBrowserHistoryPop()
fix-browser-nav…
fix-browser-navigation
scrollToTarget.ts: improved test
rebuild
fix scroll behavior when browser Back button is clicked
use history API instead of location.hash for rewriting history
add next links to test
master
master
Merge branch 'improve-work-with-value-object' into 'master'
rebuild
update readme
rename HashTarget to Hash
pass context to getter, not to VO constructor
0.6.2
0.6.2 remote_mi…
0.6.2 remote_mirror_e792f73ae0b0ea854013171442431a8a/master
0.6.1
Merge branch 'fix-non-existing-hash-target' into 'master'
Do not throw error onload scroll when target does not exist
Merge branch 'yarn-upgrade' into 'master'
yarn upgrade --latest
package.json: version bump
0.6.1
0.6.1
Merge branch '4-new-options' into 'master'
0.6.0
0.6.0
Got rid of handleGlobalScrollingBehavior()
Added dist folder
Updated readme
Main: refactored entry point API, removed redundant functions
Renamed setupVelocity to bindEasingToVelocity
Fixed exports
Updated readme
Added scrollTo*() methods to integration test
Exposed scrollTo*() methods through API
ScrollToTarget: added unit test
ScrollToTarget: take advantage of scrollToElement()
Added scrollToOffset() method
Added scrollToElement() method
Merge branch 'improve-structure' into 'master'
Further directory structure optimization
Fixed empty hash
Readme: added note on test running
Added integration test
Added unit tests
Further improved directory structure
Extracted custom easing name into constant
Loading