-
AuthorPosts
-
September 10, 2016 at 3:46 pm #684511
Hello,
I used Masonry Gallery and I want the pictures for “What makes the BTS special?” are simply there and don’t fly in.
Could please help me with this?
Thanks in advance.- This topic was modified 8 years, 2 months ago by SkinnovationIBK.
September 10, 2016 at 8:21 pm #684564i don’t know if you get rid of the one by one appear – the animation and fly in you can get rid of:
.avia_sortable_active .isotope { transition: none !important; } .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry { animation: none !important } .av-masonry-image-container, .av-inner-masonry-content, .av-masonry-pagination { transition: none !important; } .avia_desktop.avia_transform3d .av-masonry-entry { perspective: none !important; }
September 10, 2016 at 8:29 pm #684570Hey Guenni,
Thank you much for your reply, I copied the code in the quick css but it didn’t work.September 11, 2016 at 12:24 pm #684744Can someone help me with this :)
September 12, 2016 at 12:54 pm #685041i cannot see the real site – because i’m a participant as you are here. This masonry is a gallery and not a masonry blog !
try this instead :
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry { -webkit-animation: none !important; animation: none !important; } .av-masonry-entry { opacity: 1 !important; visibility: visible !important; }
- This reply was modified 8 years, 2 months ago by Guenni007.
September 12, 2016 at 1:05 pm #685048Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-masonry-entry { visibility: visible; opacity: 1; } .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry { -webkit-animation: none; animation: none; }
@guenni007 Thanks :)Best regards,
YigitSeptember 12, 2016 at 1:21 pm #685061Thanks, it works :)
- This reply was modified 8 years, 2 months ago by SkinnovationIBK.
September 12, 2016 at 1:39 pm #685077Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
Yigit -
AuthorPosts
- The topic ‘Disable fly in animation for Masonry Gallery’ is closed to new replies.