We’re seeing a warning on all of our sites using this plugin about a deprecated event listener that will be removed from Chrome soon.
Will this plugin be updates to use the latest version of the AOS library where this issue has been resolved?
The main library fixed this in 2017:
https://github.com/michalsnik/aos/pull/189/commits/afa38d227f685e5f64ba82c38a5b56a23b025688
[Deprecation] Listener added for a synchronous 'DOMNodeRemoved' DOM Mutation Event. This event type is deprecated (https://w3c.github.io/uievents/#legacy-event-types) and work is underway to remove it from this browser. Usage of this event listener will cause performance issues today, and represents a risk of future incompatibility. Consider using MutationObserver instead.
]]>
I have installed the plugin and it works as administrator with jQuery Migrate helper enabled. However on frontend (not logged in) these files are being called and are unavailable. I get ‘Oops! That page can’t be found.‘ for these files:
/wp-content/plugins/cvw-pb-animation/aos.js.map
/wp-content/plugins/cvw-pb-animation/aos.css.map
Is there something else I can try ?
]]>Dear support team,
I set up a site using the blocksy theme. Within the Customizer I chose the sticky sidebar function and it works very well. But then I instlled the AOS Animation for SiteOrigin Page Builder plugin. After activation the sticky sidebar function stopped working. Deactivating your plugin makes the sticky sidebar working again. Could you please check this.
]]>Hi
Is it possible to submit a PR for a small code change? Currently the plugin throws an error when combined with jQuery 3.x. due to this breaking change: https://jquery.com/upgrade-guide/3.0/#breaking-change-load-unload-and-error-removed
It’s a one line fix at the bottom of the aos.js file:
Current (line 4)
jQuery( window ).load(function() {
Fixed (line 4)
jQuery( window ).on('load', function () {
.load()
had been deprecated since 1.8 (https://bugs.jquery.com/ticket/11733).
Thanks,
James
where is the button to turn off animations on mobile displays?
I thought I had seen one and it makes sense that there is one but I can’t find it for love nor money!
]]>Hello, I noticed the AOS library has support for offset and mirror now, could you implement these settings in your plugin?
<div
data-aos="fade-up"
data-aos-offset="200"
data-aos-delay="50"
data-aos-duration="1000"
data-aos-easing="ease-in-out"
data-aos-mirror="true"
data-aos-once="false"
data-aos-anchor-placement="top-center"
>
</div>
Thank you!
]]>Hello,
I assume that this plugin is build on the libraries “AOS: CSS-Driven “On Scroll” Animation Library” created by Michal Sajnóg right? This is a great solution, so I would like to ask, if there is any intention from your side to deliver a simular plugin for Gutenberg Block editing?
Best Regards
]]>Hai, I installed the AOS Animation plugin after I Activate the plugin, It does not show any setting on my page. Thank you for advance.
]]>