Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // init cursor only on non-touch browsers
- if (window.theme.cursorFollower.enabled && !window.Modernizr.touchevents) {
- new Cursor({
- scope: window.$document,
- target: $('#js-cursor'),
- cursorElements: '[data-arts-cursor]',
- highlightElements: 'a:not(a[data-arts-cursor]):not(.social__item a):not(.section-video__link):not(.no-highlight), button:not(button[data-arts-cursor]), .filter__item, .section-nav-projects__header, .js-highlight', // links to highlight
- highlightScale: 1.5, // default highlight scaling
- magneticElements: '[data-arts-cursor-magnetic]', // magnetic elements
- magneticScaleCursorBy: 1.3, // default magnetic scaling
- animDuration: 0.25,
- });
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement