alexiscreuzot / SwiftyGif

High performance GIF engine
MIT License
1.99k stars 210 forks source link

updated calculateFrameDelay function to support ProMotion Display #165

Closed yushdotkapoor closed 2 years ago

yushdotkapoor commented 2 years ago

Potential solution to issue #164

The refresh rate of 120 should be added after the displayRefreshFactors are mapped to displayRefreshRates. This code makes gifs look MUCH smoother with correct delay rates.

alexiscreuzot commented 2 years ago

Thanks @yushdotkapoor !