package com.greensock.easing { final public class Bounce { public static var easeOut:BounceOut = new BounceOut(); } }