maciekgrzybek / svelte-inview

A Svelte action that monitors an element enters or leaves the viewport.🔥
MIT License
749 stars 23 forks source link

Animating elements on the same line #3

Closed Fingerflow closed 3 years ago

Fingerflow commented 3 years ago

Hi, thanks for this helpful svelte component. It seems that elements are ignored when they share Y position with other. In other words if you have 2

on the same line, only one will be animated. I'll start digging in the codebase to see if I can detect the reason.

maciekgrzybek commented 3 years ago

Hey @Fingerflow, thanks for cresting this issue. Could you show an example of the problem? I'll have some time this weekend, I will take a look :)

maciekgrzybek commented 3 years ago

Spoke with @Fingerflow , turns out it wasn't a problem with the package but with something else.