v4.3.4

HumanAIGC/EMOv4.3.4Jan 23, 2026by juliangarnier

AI Summary

This update improves WAAPI integration by automatically setting the `persist` property for synced animations and fixes a syntax error in the `onScroll` handler.

Key Highlights

  • WAAPI synced animations now automatically have `persist: true`
  • Fixed comment syntax error in `onScroll` handler

New Features

  • Automatic `persist` property setting for WAAPI animations

Full Release Notes

## Improvements
- **WAAPI / Timeline**
  - Synced WAAPI animations now automatically have their `persist` property set to `true` (#1121)

## Bug Fixes
- **onScroll**
  - Fix comment syntax potentially causing an error (#1124)