min30327 / luxy.js

Inertia scroll and parallax effect plugin in Vanilla.js
598 stars 86 forks source link

hello Author At the same time of parallax effect, How to add width changes #1

Closed RelaxLiu closed 6 years ago

RelaxLiu commented 6 years ago

Can you directly add the code of element width change in the source code, if you can let us know, thank you very much.

min30327 commented 6 years ago

Hi RelaxLiu. Luxy.js provides only horizontal and vertical movements. For other animations you will get normal results by binding to the scroll event. Sorry to have delayed your reply. Thank you.

Sample using scale. https://codepen.io/min30327/pen/EdVyva

RelaxLiu commented 6 years ago

@min30327 Thank you very much The problem has been solved. I use the CSS3 attribute. Your solution is also very good, and it also gives me a lot of inspiration. Thank you again for your reply.