Visual Composer – Post grid and Grid Builder – disable pop-in animation

Posted in: Newspaper
Post count: 64

Hi,
I know this seems like a Visual Composer default setting, but I wanted to ask anyway in case someone has the same need. There is a default pop-in animation of the Post Grid / Grid Builder of Visual Composer, and I cant find any help also on VC Forums how to disable this animation. Any ideas? Thanks!

Post count: 22421

Hello,
Unfortunately the grids from visual composer still need a bit of work done for them to properly display the posts. Even on a default theme , the grid does not change animation. It keeps the same animation no matter the settings. We will have to wait for them to fix the issues in a future update.
Thank you!

Post count: 64

Ok, I realized this setting turns it off, though its not so smooth anymore:
.animated {
-webkit-animation-duration: 0s !important;
animation-duration: 0s !important;
-webkit-animation-fill-mode: none !important;
animation-fill-mode: none !important;
}
.zoomIn {
-webkit-animation-name: none !important;
animation-name: none !important;
}

Post count: 22421

Hello,
If a post grid is what you are referring to (not a masonry grid) then the animation works as expected. You can chose from this list: http://screencast.com/t/5kFKaIAORa and the effect will display properly. It’s the masonry one that does not get the animation settings.
If you set it to none, the animation will no longer take place.
Thank you!

Post count: 64

Oh wow, yes Im using Post Grid, but I didnt have this Setting, I have the version 4.9.2, I assume I have to upgrade? Thanks!

Post count: 22421

Hi,
The version I showed you the settings from is 4.11. Please update your theme to the latest version by following this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/
and then update your visual composer plugin like so: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Thanks.

Post count: 64

Hi, Thanks for the info, just one question regarding the update: Is it also possible only to overwrite the files from patch_6.6.5_6.7 Folder? Because I had to change some of the files from the Theme Folder and dont want to overwrite everything. Afterwards I would update the Visual Composer ofcourse. Thanks!

Post count: 64

Worked great, thanks a lot!

Viewing 8 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic.