-
AuthorPosts
-
February 7, 2015 at 2:15 pm #392474
http://borstch.eu/karl-final2/galleri/
I’ve managed to disable some of the fade in gallery animation, but not all of it. What am I missing?
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
-webkit-animation: none; /* Safari 4+ */
-moz-animation: none; /* Fx 5+ */
animation: none; /* IE 10+ */
}.av-masonry-entry {
opacity: 1 !important;
visibility: visible !important;
}.avia_transform .avia-gallery-thumb img.avia_start_animation {
-webkit-animation: none;
-moz-animation: none;
-o-animation: none;
animation: none; }
.avia_transform .avia-gallery-thumb img {
opacity: 1; }a.grid-image { opacity: 1!important; }
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
-webkit-transform: scale(1,1);
-moz-transform: scale(1,1);
transform: scale(1,1);
}February 8, 2015 at 11:54 am #392695Hi crewneck!
I couldn’t see any animations except the images going from large–>small, small–>large when clicking through the gallery. Did you manage to get it fixed or what exactly do you want to remove?
Cheers!
RikardFebruary 8, 2015 at 6:12 pm #392757Hi Rikard!
I want the whole gallery to appear at the same time. Not one image at a time. How do I achieve this?
February 8, 2015 at 7:27 pm #392764I want all the thumbs do display at once. Rather than one at a time, from left to right.
February 10, 2015 at 12:08 am #393416Hey!
Try adding !important to your animation cancelling rule:
.avia_transform .avia-gallery-thumb img.avia_start_animation { -webkit-animation: none !important; -moz-animation: none !important; -o-animation: none !important; animation: none !important; }If that doesn’t work please create us a WordPress administrator account, post it here as a private reply.
Best regards,
JosueFebruary 10, 2015 at 4:05 pm #393738This reply has been marked as private.February 11, 2015 at 7:12 pm #394605Hey!
I have added custom code “add_custom_class” to Functions.php file in Appearance > Editor. Please review your website now
Regards,
YigitFebruary 11, 2015 at 7:14 pm #394608Works and looks great. Thanks!
-
AuthorPosts
- The topic ‘Can't disable all of the gallery animation?’ is closed to new replies.
