What seems to be the problem:
Items on the page added via a socket refresh are sometimes un-noticed. I would like to add a highlight (that fades out slowly) to an element that has been added/updated when the content is refreshed via a socket refresh.
For example, I have a Livewire index view of pages. When a page is added, edited or deleted (or simply had its status changed from draft to published) the Pages index view is updated accordingly via Larasocket to all users viewing that Pages index. However, if I could highlight either the row or the cell that has just been affected, that would make such changes to the data in front of the user much more obvious!
Steps to Reproduce:
NA
Are you using the latest version of Livewire:
Yes
Do you have any screenshots or code examples:
No, this is more of an idea right now!