Jump to content
Search Community

Max and Lite difference

viaria test
Moderator Tag

Recommended Posts

yes, there are some plugins that are activated by default in TweenMax.

 

go to the PluginExplorer http://www.tweenmax.com

 

and you will see that there are check marks next to the plugins that TweenMax activates.

 

furthermore, if you don't want them activated you can edit the source code in com/greensock/TweenMax.as

 

TweenPlugin.activate([


		//ACTIVATE (OR DEACTIVATE) PLUGINS HERE...

		AutoAlphaPlugin,			//tweens alpha and then toggles "visible" to false if/when alpha is zero
		EndArrayPlugin,				//tweens numbers in an Array
		FramePlugin,				//tweens MovieClip frames
		RemoveTintPlugin,			//allows you to remove a tint
		TintPlugin,					//tweens tints
		VisiblePlugin,				//tweens a target's "visible" property
		VolumePlugin,				//tweens the volume of a MovieClip or SoundChannel or anything with a "soundTransform" property

		BevelFilterPlugin,			//tweens BevelFilters
		BezierPlugin,				//enables bezier tweening
		BezierThroughPlugin,		//enables bezierThrough tweening
		BlurFilterPlugin,			//tweens BlurFilters
		ColorMatrixFilterPlugin,	//tweens ColorMatrixFilters (including hue, saturation, colorize, contrast, brightness, and threshold)
		ColorTransformPlugin,		//tweens advanced color properties like exposure, brightness, tintAmount, redOffset, redMultiplier, etc.
		DropShadowFilterPlugin,		//tweens DropShadowFilters
		FrameLabelPlugin,			//tweens a MovieClip to particular label
		GlowFilterPlugin,			//tweens GlowFilters
		HexColorsPlugin,			//tweens hex colors
		RoundPropsPlugin,			//enables the roundProps special property for rounding values (ONLY for TweenMax!)
		ShortRotationPlugin,		//tweens rotation values in the shortest direction

		//QuaternionsPlugin,			//tweens 3D Quaternions
		//ScalePlugin,				//Tweens both the _xscale and _yscale properties
		//ScrollRectPlugin,			//tweens the scrollRect property of a DisplayObject
		//SetSizePlugin,				//tweens the width/height of components via setSize()
		//SetActualSizePlugin,		//tweens the width/height of components via setActualSize()
		//TransformMatrixPlugin,		//Tweens the transform.matrix property of any DisplayObject

		//DynamicPropsPlugin,			//tweens to dynamic end values. You associate the property with a particular function that returns the target end value **Club GreenSock membership benefit**
		//MotionBlurPlugin,			//applies a directional blur to a DisplayObject based on the velocity and angle of movement. **Club GreenSock membership benefit**
		//Physics2DPlugin,			//allows you to apply basic physics in 2D space, like velocity, angle, gravity, friction, acceleration, and accelerationAngle. **Club GreenSock membership benefit**
		//PhysicsPropsPlugin,			//allows you to apply basic physics to any property using forces like velocity, acceleration, and/or friction. **Club GreenSock membership benefit**
		//TransformAroundCenterPlugin,//tweens the scale and/or rotation of DisplayObjects using the DisplayObject's center as the registration point **Club GreenSock membership benefit**
		//TransformAroundPointPlugin,	//tweens the scale and/or rotation of DisplayObjects around a particular point (like a custom registration point) **Club GreenSock membership benefit**


		{}]);

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...