I would like to display an animation like fade-in on my post
but seem like it doesn’t support
how can I do that?
Animation
Set an animation for this element. The animation will be shown once the element appears first on screen. Animations only work in modern browsers and only on desktop computers to keep page rendering as fast as possible.
Hey Sompote,
Thank you for the inquiry.
You can enable the animation on mobile devices, but it will slow down the site and degrade its performance on mobile devices. If you want to continue, modify the js > shortcodes.js file, look for avia_waypoints function around line 675 and the following line on 681.
isMobile = $.avia_utilities.isMobile;
Replace it with:
isMobile = false;
Please don’t forget to toggle the Performance > File Compression settings after adding the code.
Best regards,
Ismael