---
title: "TweenManager - s&box library"
description: "a tweening system very similar to godot. do things like:\n\nvar tween = TweenManager.CreateTween();\ntween.AddRotation( TreeModel, Rotation.FromRoll( 5 ), 0.2f ).SetEasing( Sandbox.Utility.Easing.QuadraticOut );\ntween.AddRotation( TreeModel, Rotation.FromRoll( -5 ), 0.2f ).SetEasing( Sandbox.Utility.Easing.QuadraticInOut );\ntween.AddRotation( TreeModel, Rotation.FromRoll( 5 ), 0.2f ).SetEasing( Sandbox.Utility.Easing.QuadraticInOut );\ntween.AddRotation( TreeModel, Rotation.FromRoll( 0 ), 0.2f ).SetEasing( Sandbox.Utility.Easing.QuadraticOut );\nawait tween.Wait();\n\nLog.Info(\"Done\");"
canonical: "https://sbox.watch/libraries/brax/tweenmanager/"
generated_at: "2026-07-22T23:10:23.126Z"
---

# TweenManager

No summary provided.

- Type: library
- Ident: brax.tweenmanager
- Creator: Braxnet
- Canonical: https://sbox.watch/libraries/brax/tweenmanager/
- Markdown: https://sbox.watch/libraries/brax/tweenmanager.md
- sbox.game: https://sbox.game/brax/tweenmanager/
- Generated: 2026-07-22T23:10:23.126Z

## Stats

- 24h momentum: +0
- Terry score: 60%
- Favorites: 3
- Upvotes: 4
- Downvotes: 0
- Updated: Feb 17, 2025
- Created: Feb 17, 2025
- Size: 13.7 KB
- Files: 7
- Tags: 

## Description

a tweening system very similar to godot. do things like:

var tween = TweenManager.CreateTween();
tween.AddRotation( TreeModel, Rotation.FromRoll( 5 ), 0.2f ).SetEasing( Sandbox.Utility.Easing.QuadraticOut );
tween.AddRotation( TreeModel, Rotation.FromRoll( -5 ), 0.2f ).SetEasing( Sandbox.Utility.Easing.QuadraticInOut );
tween.AddRotation( TreeModel, Rotation.FromRoll( 5 ), 0.2f ).SetEasing( Sandbox.Utility.Easing.QuadraticInOut );
tween.AddRotation( TreeModel, Rotation.FromRoll( 0 ), 0.2f ).SetEasing( Sandbox.Utility.Easing.QuadraticOut );
await tween.Wait();

Log.Info("Done");



## More by Braxnet

| Package | Ident | Players | Favorites | Upvotes | Score | Markdown |
| --- | --- | --- | --- | --- | --- | --- |
| mcpserver | brax.mcpserver | 0 | 4 | 4 | 60% | https://sbox.watch/libraries/brax/mcpserver.md |
| Unreal 5 Importer | brax.unrealimporter | 0 | 4 | 4 | 60% | https://sbox.watch/libraries/brax/unrealimporter.md |
| Weeb Error | brax.weeb_error | 0 | 3 | 4 | 60% | https://sbox.watch/libraries/brax/weeb_error.md |
| FileRenamer | brax.filerenamer | 0 | 1 | 2 | 43% | https://sbox.watch/libraries/brax/filerenamer.md |
| Bounce | brax.bounce | 0 | 0 | 2 | 43% | https://sbox.watch/libraries/brax/bounce.md |
| Git Client | brax.gitclient | 0 | 0 | 1 | 27% | https://sbox.watch/libraries/brax/gitclient.md |
