Title: Offset does not work.
Last modified: May 5, 2024

---

# Offset does not work.

 *  Resolved [maestro2012](https://wordpress.org/support/users/maestro2012/)
 * (@maestro2012)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/offset-does-not-work/)
 * Offset does not work. Is it possible to fix it? Useful feature.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [websevendev](https://wordpress.org/support/users/websevendev/)
 * (@websevendev)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/offset-does-not-work/#post-17736801)
 * Works for me.
 * Try that (add some content above it so the blocks are below the fold):
 *     ```wp-block-code
       <!-- wp:columns -->
       <div class="wp-block-columns"><!-- wp:column -->
       <div class="wp-block-column"><!-- wp:paragraph {"animationsForBlocks":{"animation":"slide","variation":"up","duration":2400}} -->
       <p data-aos="slide-up" data-aos-duration="2400">Lorem</p>
       <!-- /wp:paragraph --></div>
       <!-- /wp:column -->
   
       <!-- wp:column -->
       <div class="wp-block-column"><!-- wp:paragraph {"animationsForBlocks":{"animation":"slide","variation":"up","duration":2400,"offset":512}} -->
       <p data-aos="slide-up" data-aos-duration="2400" data-aos-offset="512">Ipsum</p>
       <!-- /wp:paragraph --></div>
       <!-- /wp:column --></div>
       <!-- /wp:columns -->
       ```
   
 * The paragraph with the offset appears later.
 * > Is it possible to fix it?
 * At the end of the day this plugin is supposed to put `data-aos-offset="512"` 
   on the element and whether that functions or not is not up to me, but it concerns
   the AOS library itself so if something is not working then no, it’s not possible
   for me to fix it. If the `data-aos-offset` attribute doesn’t appear, then it 
   should be possible to fix, but I’m going to need some reproduction steps.
 *  Thread Starter [maestro2012](https://wordpress.org/support/users/maestro2012/)
 * (@maestro2012)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/offset-does-not-work/#post-17736957)
 * Ah, I see. Actually, it works. My mistake. Thx.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Offset does not work.’ is closed to new replies.

 * ![](https://ps.w.org/animations-for-blocks/assets/icon-256x256.png?rev=2587511)
 * [Animations for Blocks](https://wordpress.org/plugins/animations-for-blocks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/animations-for-blocks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/animations-for-blocks/)
 * [Active Topics](https://wordpress.org/support/plugin/animations-for-blocks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/animations-for-blocks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/animations-for-blocks/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [maestro2012](https://wordpress.org/support/users/maestro2012/)
 * Last activity: [2 years, 3 months ago](https://wordpress.org/support/topic/offset-does-not-work/#post-17736957)
 * Status: resolved