protected void initConfigs()
 {
     config = new CTweenConfig();
     config.setDelay(delay);
     config.setEaseType(easeType);
     config.setTweenType(type);
     config.setRepeatCount(repeatCount);
     config.setCompleteCallback(OnFinish);
 }