You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: