Hi.
I use gridgallery in this page (template virtuoso):
http://www.fassadenbegrünung-brandmeier.de/index.php
the "on scroll animation" doesn’t work, is there a documentation how to do this?
regards
grit
#logo {display:none;}
#container_hornav {
display: none;
}
.j51gridgallery figure:hover img,
.j51gridgallery figure.cs-hover img {
-webkit-transform: translateY(-50px);
-moz-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
}
.j51gridgallery figure:hover figcaption,
.j51gridgallery figure.cs-hover figcaption {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s;
transition: transform 0.4s, opacity 0.1s;
}