svga / SVGAPlayer-Flutter

The SVGAPlayer implementation of Flutter using CustomPainter.
Other
245 stars 102 forks source link

too heavy animation #15

Closed Hassan-Fa closed 4 years ago

Hassan-Fa commented 4 years ago

just tested my first svga file and it's causing the app to almost crash , many frames are lost ( app frames , not just the animation )

recorded on real device ( although recording caused it to be worse but it was pretty much the same even not recording it ) :

mobizen_20191107_151653.zip

and this is the svga file :

first_card.zip

is this the current normal ?

PonyCui commented 4 years ago

Use png (bitmap) replace vector.

Hassan-Fa commented 4 years ago

@PonyCui you mean in the after effects I should export vectors to png and replace them ?

PonyCui commented 4 years ago

Use png instead of vector in AE if possible.