WPIntell

Source evidence

Restart animation on scroll up

Animate on Scroll · support · 2023-10-26T13:55:00+00:00

complaintsentiment
highseverity
1.0relevance
5replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 27 rows with source links

14.8% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

23 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
djcaipiroska unresolved
Hi, i have installed the plugin and i add the classes to the elements. I paste also the add_filter code on the function.php file. But when i scroll up the animation doesn’t reset. How can do that? I would like to know this as well – sooner than later, please! Hi @stermie @djcaipiroska , Really sorry, I didn’t noticed about this thread. I don’t know why, but think the email from this forum went to my spam folder. I have try using the filter that I provide in the plugin description add_filter( 'aos_init', function($aos_init) { return ' var aoswp_params = { "offset":"200", "duration":"1800", "easing":"ease-in-out", "delay":"0", "once": false}; '; } ); or even this custom filter that I use in some website add_filter( 'aos_init', function($aos_init) { return ' var aoswp_params = { "offset":"-100", "duration":"850", "easing":"ease-in-quart", "delay":"300", "throttleDelay": "300", "once": false }; '; } ); both are working. If you already use the filter, can you confirm that the inline script with “aoswp-script-js-before” ID reflect the change? Yes, the inline script is there and I replaced with your filter, but the animation does not restart once scrolling back to that section. Is there a way to reverse the animation(s) when scrollout? Actually it now looks like only the top row does not restart the animation when scrolled to. Rows below that seem to restart. I notice the same of @stermie . The problem is the only first row. 🙁

Comments

5 shown
stermie 2023-11-13T21:59:00+00:00

I would like to know this as well – sooner than later, please!

Arya Dhiratara 2023-11-14T17:20:00+00:00

Hi @stermie @djcaipiroska , Really sorry, I didn’t noticed about this thread. I don’t know why, but think the email from this forum went to my spam folder. I have try using the filter that I provide in the plugin description add_filter( 'aos_init', function($aos_init) { return ' var aoswp_params = { "offset":"200", "duration":"1800", "easing":"ease-in-out", "delay":"0", "once": false}; '; } ); or even this custom filter that I use in some website add_filter( 'aos_init', function($aos_init) { return ' var aoswp_params = { "offset":"-100", "duration":"850", "easing":"ease-in-quart", "delay":"300", "throttleDelay": "300", "once": false }; '; } ); both are working. If you already use the filter, can you confirm that the inline script with “aoswp-script-js-before” ID reflect the change?

stermie 2023-11-15T10:40:00+00:00

Yes, the inline script is there and I replaced with your filter, but the animation does not restart once scrolling back to that section. Is there a way to reverse the animation(s) when scrollout?

stermie 2023-11-15T11:16:00+00:00

Actually it now looks like only the top row does not restart the animation when scrolled to. Rows below that seem to restart.

djcaipiroska 2023-11-27T14:11:00+00:00

I notice the same of @stermie . The problem is the only first row. 🙁