I am building up a wordpress site, but to make it unique, I want it to start from the bottom and scroll it up. Is there a plugin (or a script) that I can use to implement this reverse scroll?
Thanks.
]]>You can use this soultion: https://codepen.io/patrikhjelm/pen/klcnj
Use a div with a class LEFT and its CSS code.
]]>Simply use the CSS code from this example on some kind of wrapper div in your site. Add the wrapper after the <body>
tag.