Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Tresjs/cientos
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.0.0-alpha.0
Choose a base ref
...
head repository: Tresjs/cientos
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.0.0-alpha.1
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Sep 6, 2025

  1. feat: enhance useAnimations composable with manual update option (#637

    )
    
    - Renamed `useAnimation` to `useAnimations` for consistency.
    - Added support for manual updates in the `useAnimations` composable, allowing users to control when the animation mixer updates.
    - Updated documentation to reflect the new manual update feature and provided usage examples.
    - Adjusted the implementation to utilize a computed property for the `AnimationMixer`, ensuring proper reactive updates.
    
    These changes improve flexibility and control over animations in the TresJS framework.
    alvarosabu authored Sep 6, 2025
    Configuration menu
    Copy the full SHA
    b2b60e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40e517b View commit details
    Browse the repository at this point in the history
Loading