change of scenes - scroll
can the new version of the program be set to change "scenes" for the scrolling scroll, and how can it be done?
Search found 3 matches
- Wed Jun 06, 2018 11:06 am
- Forum: English Forum - WA3
- Topic: change of scenes - scroll
- Replies: 1
- Views: 3066
- Thu Apr 06, 2017 10:26 am
- Forum: English Forum - WA3
- Topic: js scroll animated - anchor websitex5 v13
- Replies: 3
- Views: 4381
Re: js scroll animated - anchor websitex5 v13
From what I've been trying to do, it's possible to do it with an ordinary code. Location.replace ("http://www.google.com"); $ ('A [href ^ = "#"]'). ('Click', function (event) { Var target = $ (this.getAttribute ('href')); If (target.length) { Event.preventDefault (); $ ('Html, bo...
- Wed Apr 05, 2017 11:08 am
- Forum: English Forum - WA3
- Topic: js scroll animated - anchor websitex5 v13
- Replies: 3
- Views: 4381
js scroll animated - anchor websitex5 v13
I combine the scripts so the scroll is animated, I mean the anchor for wesitex5v13 location.replace("http://www.google.com"); $('a[href^="#"]').on('click', function(event) { var target = $(this.getAttribute('href')); if( target.length ) { event.preventDefault(); $('html, body').s...