02Geek HTML5 and JavaScript, TypeScript, React, Flash, ActionScript online School
Previous VideoPrevious Video

Building a plugin engine

You might ask yourself why you would want to have a plugin engine. The whole concept is derived out of object-oriented programming. The idea behind it is that certain sections of your code are so specific to the action that you're doing that you don't want to modify your object. A plugin architecture enables you to on-the-fly add features or make changes to the way your object behaves. Although our main topic is not object oriented programming, this will be really helpful for us throughout the next few chapters. If you want to learn more about object oriented programming, please check one of our titles.

Plugin pact slideshow

In this lesson we're going to dive into the world of plugins

00:50

Introducing SVG

SVG is an XML-based language. With SVG you can add to graphics on tutor stage.

07:28

Animating SVG attributes

In general by default when animating with GSAP it figures on its own what it supposed to animate

10:28

Using AttrPlugin when it doesn't work

Most attributes by default will work great on their own but sometimes they won't and that's exactly when you want to add the AttrPlugin.

06:33

Building a plugin engine

A plugin architecture enables you to on-the-fly ad features or make changes to the way your object behaves.

17:06

Exploring the DirectionalRotationPlugin

The DirectionalRotationPlugin enables us to animate rotations at ease with a lot of baked in goodies.

14:35

Introducing the RoundPropsPlugin

In this lecture we take a peek at the RoundPropsPlugin

03:03

Playing with the ScrollToPlugin

There Are actually a lot of sites online that use scrolling fx. In this lesson we meet the ScrollToPlugin

06:17