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
| `scrollBehaviour` | `'smooth'` | Can be `'smooth'`, `'instant'` and `'auto'`.
133
133
| `scrollOnImagesLoad` | `false` | Wait until all the images are loaded before scrolling to the section on page load.
134
134
| `onSectionEnter` | `null` | An event that is fired when user reaches to some another section. There are two attributes: `onSectionEnter(newState, oldState)`
135
+
| `meta` | `null` | An object that may contain default title and meta-tags to set on page load. e.g. `meta: {title:'Hello', description:'World'}`
0 commit comments