Neilblaze / Anyxz

Ez Video Background Semantic Segmentation
https://anyxz.vercel.app
MIT License
6 stars 11 forks source link

Fixed issue #5 #23

Open Surajv311 opened 3 years ago

Surajv311 commented 3 years ago

Fixed the issue by updating the loading jpg file to a gif file.

Could you please review @Neilblaze ?

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/fireblaze/anyxz/ljveuiwtz
✅ Preview: https://anyxz-git-development.fireblaze.vercel.app

Neilblaze commented 3 years ago

The PR that you raised previews the 1st static frame of the .gif file. The issue was stated to replace the static image with an animated one enabling the dynamic preview.

Neilblaze commented 3 years ago

@Surajv311 just replacing the image with .gif file or SVG's won't make the job done. I'm giving you a hint. Stack the individual frames of the .gif / animated SVG into an array & set a simple loop with proper breaking conditions from where each frame of the image is previewed during the loading period.

Surajv311 commented 3 years ago

@Neilblaze Ok. I'll give it a try. Thanks for the hint.