Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set background animation only above background image portion?

I have provided background animation example. In the snippet there is star animation above image. My problem is animation overlaps to remaining part of the page. I want that animation only above image. I don't want that animation above that red background portion below image.

Animation example

6h3tagsv
like image 280
Navaneeth Venugopal Avatar asked Jan 25 '26 17:01

Navaneeth Venugopal


1 Answers

Adding overflow:hidden to .visual-banner will solve this.

.visual-banner {
   /* other props */
   overflow:hidden;
}

Updated fiddle

like image 61
Adam Azad Avatar answered Jan 28 '26 07:01

Adam Azad



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!