Esempio n. 1
0
 public ShakeObject Shake(ShakeOptions options)
 {
     return(null);
 }
Esempio n. 2
0
 public static Task ToggleShakeTask(this jQueryObject q, ShakeOptions options = null, TypeOption<int, string> duration = null) {
     return null;
 }
Esempio n. 3
0
 public static jQueryObject ToggleShake(this jQueryObject q, ShakeOptions options = null, TypeOption<int, string> duration = null, Action callback = null) {
     return null;
 }
Esempio n. 4
0
 public static Task ToggleShakeTask(this jQueryObject q, ShakeOptions options = null, TypeOption <int, string> duration = null)
 {
     return(null);
 }
Esempio n. 5
0
 public static jQueryObject ToggleShake(this jQueryObject q, ShakeOptions options = null, TypeOption <int, string> duration = null, Action callback = null)
 {
     return(null);
 }
Esempio n. 6
0
 public ShakeObject Shake(ShakeOptions options) {
     return null;
 }