TweenLite (AS3)
Duration: 48:48
Created with
Ben Fhala
Ben Fhala is the creative force and founder behind 02geek, a pioneering platform dedicated to making web development accessible to everyone. With over 18 years of experience in the industry, Ben has a deep passion for teaching and a knack for breaking down complex concepts into easy-to-understand lessons.
TweenLite (AS3) Overview
What you'll learn
In many ways TweenLite is the heart of the GreenSock animation library it stores all the core features necessary to create interactive animations and beyond using the plug-in architecture.
In our first chapter our focus was on the core library features - TweenNano been able animation. We now cross over into TweenLite where the possibilities of intricate interactive animations begin. In this chapter we will learn how to react when the animation completes, we will create custom uses, use delays, kill animations and explore the various variables of the library.
Ready to Level Up Your Skills?
Join thousands of learners on 02GEEK and start your journey to becoming a coding expert today!
Enroll Now for Free!Modifying animation eases
In this lecture, we will learn how to customize and personalize animations through the use of eases.
Seconds versus frames
In this lecture, we will explore the option of defining animations by frames instead of seconds by using the useframes property.
When the rendering of your animation is wrong
In this lecture we will understand how and when to use the immediaterender property.
Our first callback: oncomplete
In this lecture, we will understand how callbacks work and see oncomplete in action.
The onupdate callback
In this lecture, we continue and explore callbacks through looking at the onupdate in action.
Redefining the default ease
In this lesson, will explore the default ease and how we can change it.
Delaying function calls
In this lecture, we will see how we can use the delayedCall method to trigger functions at any given time.
Killing animations
In this lecture, we will learn how to use the kill method to terminate animations.
Gaining access to the tweens vars
In this lesson, we will explore how to gain access to those original vars from within a callback.
Ready to Level Up Your Skills?
Join thousands of learners on 02GEEK and start your journey to becoming a coding expert today!
Enroll Now for Free!