define(['jquery'], function (jquery) { function buildSmooth(config, motivateCallBack) { var timer = -1; var cfg = config; var motiCallBack = motivateCallBack; if (cfg == null || cfg.smoothSlide == null) { throw new Error('config > smoothSlide is not…