trijammer
trijammer
The `resize` and `scroll` events use different calculations to position the parallaxed elements. Resize doesn't factor in the current scroll position, so when resizing after scrolling the parallaxed elements jump...
If we have lots of elements being revealed, the `interval` option adds a consecutive delay to all elements, regardless of whether they're on-screen. Demo: https://jsbin.com/puligazura/edit?html,css,js,output To see the effect in...
For example, here's a config file, where the `pages` section is a structure of pages (entries): ```php return [ 'sitemapEnabled' => true, 'sitemapConfig' => [ 'elements' => [ 'pages' =>...