GitHub | Documentation
Example Video
What is Lerp Service?
Lerp Service is a (strict typed) library (service) kinda like how TweenService works, it makes Lerping more customizable and easy to change his properties during runtime.
How to use it.
First of all require LerpService!
![]()
Then create a Lerp Info and provide the paramters
![]()
Lastly, construct your lerp!
![]()
All Lerp properties can be modified, (2 recommended to be read-only).
Lerp haves some methods and signals such as: Play() Stop() and Delete(), and some signals like Completed Stopped and Deleted
And a lot of properties, these can be found on the Documentation on GitHub, check out the Documentation to find all the properties, methods and signals this services haves.
Why not TweenService?
A Tween cannot be modified while playing, but a Lerp from LerpService can be modified in runtime.
LerpService supports EasingStyles and EasingDirections just like TweenService does.
Additionally in LerpService 1.0.3 you can now create AlphaPoints, which allow you to know when a certain point of the alpha is reached, similar to Markers on animations.
Thanks for reading!
