Overview
This page provides details on all building blocks one may need to implement animations in Lens Studio.
Working with Animations
Animation Player
The Animation Player component handles animations on 3D objects. It deals with Animation Clips, Animation Assets, and more.
📄️
Animation Events
The Animation Events system allows you to trigger other behaviors based on an animation timeline.
📄️
Playing Animations Programatically
You can trigger animations through script, and even transition between them.
Curve Editor
The Curve Editor provides an interface to interact with animation curve assets which can be use to animate various properties of an object.
📄️
Tween Manager
The Tween Manager is a helper script that allows you to create simple programmatic animations like moving, rotating, changing the color of an object, and more.
Was this page helpful?