nnattawat / flip

A lightweight jQuery plugin to make 3D card flipping animation
Other
624 stars 312 forks source link

Grid Style Question #143

Open kjkearney opened 2 years ago

kjkearney commented 2 years ago

Is it possible to setup a page using the grid style you have on your demo page so that using AJAX the page could be updated every 30 seconds at which point all the cards would flip and new data would be displayed?

Example: lets say we have a page with 5 columns and 6 rows for a total of 30 cards I would like to have data stored in an array lets say 90 names First load would have 1-30 names on the cards after 30 seconds all would flip (ideally a fraction of a second after each other) then 31-60 would be displayed after 30 seconds all would flip again at which point 61-90 would be displayed and then it would rotate back to the first 30

I am simply not sure how easy this would be to do using your examples. Also is it possible to both text align center for text but also vertical align center so the text is in the middle of the card instead of the top?

Thanks KJ