+ 6
Website carousel animation template. https://us.pg.com/
https://us.pg.com/ I want to make a website with such an animation. Can I get a carousel like which the above website has? Or else give me some tips to code that template. Im really interested in doing it.
7 Respostas
+ 9
Senthil Vikram check out this library
https://scrollmagic.io/
and some examples
http://scrollmagic.io/examples/
+ 6
Open that webpage and right click there u find "inspect"(available only at pc not for mobile) click that u can find the code, used to make that web page..
Use that as reference and make web page..
I Hope, it is useful for u âșïž..
Happy learning âșïž
+ 6
Use this :
https://websitedownloader.io/
+ 6
Senthil Vikram
after examining the DOM, it looks a pretty straightforward CSS play with translateX/Y/Z and opacity.
you can open the developer tools and play with it for a bit.
it should give you some idea of what is happening and how.
+ 4
Senthil Vikram also "view page source" shows the whole code... It is useful than inspect...
+ 4
đ "Awesome" Loverâ€ïž I knew them... It takes some time. I want if there are any templates, specific tags/selectors for that animation.
Btw thankyou!
+ 4
Okay... If i found I'll send uâșïž