Hello,
Is there a way to totally remove the module animation? Even if the autoanimation and hover animation are off there is still this code in my website:
data-config="{
'animation_speed': 400,
'animation_interval': 5000,
'animation_function': 'Fx.Transitions.Expo.easeIn',
'news_column': 1,
'news_rows': 1,
'links_columns_amount': 0,
'links_amount': 0
}"
Even if i have only one column on the module, if i try to swipe it i can see that the animation is still there.
Regards