When we are using, the v-for
in vue.js or ng-repeat
in angular, I am not sure when the empty array/object gets filled up with data in after async request (lets say ajax or timeout) the data suddenly flashes even though there is animation added.
One solution I could think of is with some time interval push the data one after another by looping, which is ok.
Is there any way I can achieve with css animation only for repeating, for the repeated data to appear one after another.