You have applied onscroll events to the cards. However. because the cards inside a scrolling container, the scroll events will not be triggered. So, the cards will never become visible.
Unfortunately, it will not be possible to add this because this is pretty complicated functionality and it would add a lot of 'weight' to the card.
I'd like to keep the card a lightweight element otherwise to will impact the performance of all cards even if the functionality is not used.