formkit / auto-animate

A zero-config, drop-in animation utility that adds smooth transitions to your web app. You can use it with React, Vue, or any other JavaScript application.

Home Page:https://auto-animate.formkit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Animaion glitch if the last element of a list at the bottom of a page is deleted

not-an-ai opened this issue · comments

Occurs when the last element at the bottom of a page is deleted

  1. Add elements by adding + until they move out of the screen
  2. Scroll down
  3. Click the lowest element to delete it

Expected result: Smooth animation

Actual result: Jumping of the screen / button

The glitching does not occur if there is enough space underneath the deleted element

Besides that edge case, a really nice animation helper

Set up a minimal project for debugging it: https://github.com/not-an-ai/auto-animate-glitch

Thanks for the great reproduction — this will be fixed in the next published version