Animation/Animation.js

/**
 * 动画类
 *
 * @class Animation
 */
class Animation{

}

export default Animation