brian treesebriantreese.hashnode.dev·Oct 27, 2023CSS Scroll-Driven Animations: A Step-by-Step Guide With No JavaScriptIn this post we’re going to look at a really exciting new CSS feature, scroll driven animations. We’ll take some, boring, scrolling content, and give it an upgrade to something a little more interesting. And we’ll do it all with CSS. No JavaScript. A...scroll-behavior
Sarang Wadodesarangwadode.hashnode.dev·Mar 10, 20235 websites to learn Frontend-web development fasterI have been a web developer for a few years now. I have come to a complete understanding that being a frontend-web developer is undoubtedly about combining HTML, CSS and JavaScript. In this article, I have curated 5 resourceful sites that will help y...1 like·32 readsWeb Development
Kenebebh Banigobebh.hashnode.dev·Jan 19, 2023Unleashing the Power of CSS Animations with the @keyframes Rule: A Beginner's GuideCSS animations are a powerful tool for bringing website designs to life, and the @keyframes rule is the key to creating dynamic and engaging animations. In this article, you'll learn the basics of CSS animations and the @keyframes rule, and also lear...6 likes·65 readsCSS
Noël Cserépyblog.noelcserepy.com·Oct 3, 2022Creating Keyframe Animations with Framer MotionSometimes a single movement is simply not enough. Sometimes you want to emphasize an action, draw attention, or even build complex animations with multiple components. If you want to really sell the effect, an animation sequence is just what you need...1 like·5.7K readsframer-motion
Vaibhav Tripathitechreads.hashnode.dev·Sep 16, 2022CSS Animations : Level GeninWe all have seen those fancy looking websites with cool animations and smooth transitions effects. Animations increase the user retentivity and help to attract more traffic to the websites. Therefore, using animations in development projects has bec...2 likes·81 readsCSS
Chriskrzszk.hashnode.dev·Jun 13, 2022Progress bar JSHi! This time I wanted to show you how to create simple loading bar using just JS and CSS. HTML For our HTML we will need button that will trigger our loading bar, loading text and also empty div as our progress bar. Lastly we need done loading text....67 readsFrontend Development