Image scroll on hover

Preview demo

CODE CSS:

.wtr-scroll_hover {
 --height_wtr_img: 300px;
}
.wtr-scroll_hover {
 height: var(--height_wtr_img)!important;
 overflow: hidden;
}
.wtr-scroll_hover .brz-img {
 -webkit-transform: translateY(0px);
   -ms-transform: translateY(0px);
     transform: translateY(0px);
 -webkit-transition: -webkit-transform 10s ease!important;
 transition: -webkit-transform 10s ease!important;
 -o-transition: transform 10s ease!important;
 transition: transform 10s ease!important;
 transition: transform 10s ease, -webkit-transform 10s ease!important;
}
.wtr-scroll_hover:hover .brz-img {
 -webkit-transform: translateY(calc(var(--height_wtr_img) - 100%));
   -ms-transform: translateY(calc(var(--height_wtr_img) - 100%));
     transform: translateY(calc(var(--height_wtr_img) - 100%));
}

This content has been hidden.

Please Donate or Complete Survey (advertisement) to unlock free.

Good luck

How to use it

Download file demo.zip, upload to Brizy. Done (Then you can see the css code from here)

  1. Click download demo.zip
  2. To import, go to a page >> click on "add a new block" >> select "saved" tab >> click on "import new block" >> Upload your zip file >> Completed.
  3. Customize to your fancy. Watch the video tutorial here

*Note: License Pro is required for the functions to work

Key word:

Auto scroll image taller than container on hover for brizy cloud ? How to Add a Scroll Down Hover Effect to Preview Web Page for brizy cloud, Make an image scroll from top to bottom on hover for brizy cloud