|
|
|
|
|
by btcindivist
2979 days ago
|
|
Given there's only a single svg element changing I'm not exactly sure you could have done it better. It might just be that the ease-out transitions for the stroke are not efficiently implemented in whatever browser you're using. If you've tried and check out and understand the code you'd see there's so little being done in JS that this stuff is surely not the bottleneck. |
|
I suggest taking a look at Android’s views or even Flutter.