this._createWrapper(this.defaultAnimaOpts(wgt, opts, prop).jq)
                // eslint-disable-next-line @typescript-eslint/consistent-type-assertions
                .css(css).animate(anima, {
                queue: false, easing: opts.easing, duration: this.getAnimationSpeed(opts.duration === 0 ? 0 : opts.duration || 250),
                always: opts.afterAnima