Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to create Color-changing background Image Animation by css

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly shows you "css how to create a discoloration background image animation", the content is easy to understand, clear, hope to help you solve your doubts, the following let the editor lead you to study and learn "css how to create discoloration background image animation" this article.

Create a discolored background image animation

What if you could decide which color to use as the overlay for the background image? Then the animation on the background image is very useful.

Using an animation overlay can give your site a great final effect, and of course, people will remember it.

Let's see what you can do with background images and animations in CSS!

Css

@ keyframes background-overlay-animation {0% {background-image: linear-gradient (4deg, rgba (255, https://images.unsplash.com/photo-1559310589-2673bfe16970?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2250&q=80");, 36) 50%, rgba (255, 78), 36) 0.3), 100%, url (" } 25% {background-image: linear-gradient (4deg, rgba (213 ~ 49 ~ (127 ~ 0.3) 50%, rgba (213 _ 49 ~ 127 ~ 0.3), url ("https://images.unsplash.com/photo-1559310589-2673bfe16970?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2250&q=80"); } 50% {background-image: linear-gradient (4deg, rgba (36, 182, 255, 0.3) 50%, rgba (36, 182, 255, 1) 100%, url ("https://images.unsplash.com/photo-1559310589-2673bfe16970?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2250&q=80"); } 100% {background-image: linear-gradient (4deg, rgba (0pet255, 254Power0.3) 50%, rgba (0meme255, 254Power0.3) 100%, url ("https://images.unsplash.com/photo-1559310589-2673bfe16970?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2250&q=80"); } @-webkit-keyframes background-overlay-animation {0% {background-image: linear-gradient (4deg, rgba) 50%, rgba } 25% {background-image: linear-gradient (4deg, rgba (213 ~ 49 ~ (127 ~ 0.3) 50%, rgba (213 _ 49 ~ 127 ~ 0.3), url ("https://images.unsplash.com/photo-1559310589-2673bfe16970?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2250&q=80"); } 50% {background-image: linear-gradient (4deg, rgba (36, 182, 255, 0.3) 50%, rgba (36, 182, 255, 1) 100%, url ("https://images.unsplash.com/photo-1559310589-2673bfe16970?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2250&q=80"); } 100% {background-image: linear-gradient (4deg, rgba (0pet255, 254Power0.3) 50%, rgba (0meme255, 254Power0.3) 100%, url ("https://images.unsplash.com/photo-1559310589-2673bfe16970?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2250&q=80"); }} body {background-image: url ("https://images.unsplash.com/photo-1559310589-2673bfe16970?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2250&q=80"); background-size: cover; background-repeat: no-repeat; background-attachment: fixed; background-position: center; animation-name: background-overlay-animation; animation-duration: 5s; animation-iteration-count: infinite; animation-direction: alternate; animation-timing-function: linear } these are all the contents of the article "how to create Color-changing background Image Animation in css". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report