animate
abstract fun animate(properties: Any, duration: String? = definedExternally, complete: Function<*>? = definedExternally): JQuery(source)
abstract fun animate(properties: Any, duration: Number? = definedExternally, complete: Function<*>? = definedExternally): JQuery(source)
abstract fun animate(properties: Any, duration: String? = definedExternally, easing: String? = definedExternally, complete: Function<*>? = definedExternally): JQuery(source)