When a list item is clicked that contains a secondary element (like a checkbox) a nifty wave animation is triggered. A user can trigger this by hiding a checkbox inside the list item with display:none, but ideally I would like to simple invoke the animation on the item - for example in the case of a user creating something that already exists, so simply highlighting the item is enough.
When a list item is clicked that contains a secondary element (like a checkbox) a nifty wave animation is triggered. A user can trigger this by hiding a checkbox inside the list item with display:none, but ideally I would like to simple invoke the animation on the item - for example in the case of a user creating something that already exists, so simply highlighting the item is enough.