kendo grid cell appear with animation in each cell and each rows like solitaire cards

Viewed 483

i try to add animation on kendo grid on appearing cells and rows but cant.

i want to add animation of each row's cells to appear after last one.

search and googling has many results for detailRow that i dont want. more articles with dataBound that speak about after cells and datas shows up.

i want to add effect on all cells to appear one after one.

this is angularjs rtl standard project

<div  id="grid" class="k-rtl" kendo-grid="grid" k-options="mainGridOptions" k-rebind="mainGridOptions">

like this Console.log in this page that its sources here

but we want to appear kendo grid like:

   MATRIX:[0,0] then [0,1] then .... then [0,N]

   [1,0] then [1,1] then .... then [1,N]

   ...

   [M,0] then [M,1] then .... then [M,N]
1 Answers
Related