View Table and Cards with Animated Transitions | Isomorphic-Table-Cards
Isomorphic-Table-Cards is a Vanilla JavaScript library that allows you to switch between Table View and Grid View with a smooth transition effect. How to make use of it: 1. Insert the primary script isomorphic-table-cards.js into the doc. <script src=”js/isomorphic-table-cards.js”></script> 2. Define your information for the Table/Grid view. var data = [ { “name”: “Amazonite”, “chakra”: … Read more