github meursyphus/ssgoi @ssgoi/core@4.1.0
@ssgoi/core v4.1.0

10 hours ago

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.0

Full Changelog: https://github.com/meursyphus/ssgoi/compare/@ssgoi/core@4.0.0...@ssgoi/core@4.1.0

Don't miss a new ssgoi release

NewReleases is sending notifications on new releases.