Page 1 of 1

How instal Scrollify?

Posted: Wed Aug 12, 2020 6:45 am
by Benefactor
I am triyng to install Scrollify. I installed everything according to the instructions, but $.scrollify.move("#red"); doesn't work and I can't make the transition to the desired section when I click it.

This is demo wwb15 project with scrollify js file:
https://yadi.sk/d/Gal1-5HU7oWmbw

This is official manuals:
https://github.com/lukehaas/Scrollify

I would be grateful for any help in correctly installing this script)

Re: How instal Scrollify?

Posted: Wed Aug 12, 2020 6:53 am
by Pablo
First note that I cannot give support on third party scripts.
However, if it works elsewhere then it will also work in WWB.

But I think there are a few issues with your implementation:
- you did not include jQuery
- you did not attach the script to the page. So, when previewed or published, the script does not exist.
- you have used double quote in events, this breaks the HTML. Use single quotes instead.
- 'easeOutCubic' requires jQuery UI