What's New
Improved Mobile Animation Timing
This release fixes an issue where animations would skip initial frames on mobile devices. On lower-performance devices, the DOM needs additional time to complete rendering before animations begin. SSGOI now waits for the DOM to be fully painted before starting animations, resulting in smoother transitions on mobile devices.
Changes
- Wait for DOM paint completion before starting animations (#278)
- Ensures animation start frames are not skipped on slower devices
- Provides a more consistent animation experience across all devices
Installation
npm install @ssgoi/core@4.1.0
# or
pnpm add @ssgoi/core@4.1.0Full Changelog: https://github.com/meursyphus/ssgoi/compare/@ssgoi/core@4.0.0...@ssgoi/core@4.1.0