I was just wondering if there is any particular reason why position + top&left is used over transform:translate? 🤔
As far as I know transform:translate is far superior to position in terms of performance due to leveraging the GPU's render layer (especially noticeable with large amounts of data).
actually this repository is only a vue adaptation of an existing plugin made by flickr, all the questions related to it's behaviour should be asked there
I was just wondering if there is any particular reason why
position
+top
&left
is used overtransform:translate
? 🤔 As far as I knowtransform:translate
is far superior toposition
in terms of performance due to leveraging the GPU's render layer (especially noticeable with large amounts of data).