Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

[Bug] Presence and Rerun not calling initial animation on each change (only exit) #213

Open
Lastofthefirst opened this issue Aug 21, 2023 · 0 comments
Labels
Bug Bug report

Comments

@Lastofthefirst
Copy link

1. Describe the bug

I'm trying to animators Ology yes, in between content changes using presents and rerun. When the animation duration is longer, the initial information seems to get skipped, and only the exit animation is played. In the example below, I put two of these type of animations next to each other, one slower, and one faster, you'll notice that the slower one only plays the initial animation on the first appearance, and does not after.

2. IMPORTANT: Provide a CodeSandbox reproduction of the bug

https://codesandbox.io/s/elegant-darkness-z2rkrr?file=/src/index.jsx

3. Steps to reproduce

Steps to reproduce the behavior:

  1. Go to the codesandbox linked here: https://codesandbox.io/s/elegant-darkness-z2rkrr?file=/src/index.jsx
  2. Click on note the animation playing in a cycle.
  3. observe that the bottom animation does not play its initial animation after the first appearance, but the top one does.
  4. adjust animation durations to see the effect.
  5. try clicking the next button to see that it seems to happen even without the setInterval()

4. Expected behavior

I expect a slower animation to play the initial animation, but slower.

5. Video or screenshots

Screen.Recording.2023-08-21.at.1.38.04.PM.mov

6. Browser details

I tested it in the latest firefox and chromium.

@Lastofthefirst Lastofthefirst added the Bug Bug report label Aug 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Bug report
Projects
None yet
Development

No branches or pull requests

1 participant