public ShakeObject Shake(ShakeOptions options) { return(null); }
public static Task ToggleShakeTask(this jQueryObject q, ShakeOptions options = null, TypeOption<int, string> duration = null) { return null; }
public static jQueryObject ToggleShake(this jQueryObject q, ShakeOptions options = null, TypeOption<int, string> duration = null, Action callback = null) { return null; }
public static Task ToggleShakeTask(this jQueryObject q, ShakeOptions options = null, TypeOption <int, string> duration = null) { return(null); }
public static jQueryObject ToggleShake(this jQueryObject q, ShakeOptions options = null, TypeOption <int, string> duration = null, Action callback = null) { return(null); }
public ShakeObject Shake(ShakeOptions options) { return null; }