v4.3.4

d2lang/d2v4.3.4Jan 23, 2026by juliangarnier

AI Summary

This release improves the WAAPI/Timeline feature by automatically setting the persist property for synced animations and fixes a potential syntax error.

Key Highlights

  • Synced WAAPI animations now automatically have their `persist` property set to `true`.
  • Fixed comment syntax potentially causing an error in `onScroll`.

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)