Project 5 - Customized Scroll Animation
About - In this Blog, We will be designing Customized Scroll Animation . I am implementing this using simple Html, CSS and JavaScript , we are not using any frameworks. In this , I took some random content and images to display , You guys can take data you want and images and customize design patters, styles and color by making changes in Classes - img, body and box in style.css files. You can find the source code for this below and I have attached the video of the output for reference. For images you can refer to my previous blog - 'https://bondasanathkumar.blogspot.com/2021/06/project-1-displaying-cards.html'. index.html - <!DOCTYPE html > <html lang = "en" > <head> <meta charset = "UTF-8" /> <meta name = "viewport" content = "width=device-width, initial-scale=1.0" /> ...