コード例 #1
0
 public ShakeObject Shake(ShakeOptions options)
 {
     return(null);
 }
コード例 #2
0
 public static Task ToggleShakeTask(this jQueryObject q, ShakeOptions options = null, TypeOption<int, string> duration = null) {
     return null;
 }
コード例 #3
0
 public static jQueryObject ToggleShake(this jQueryObject q, ShakeOptions options = null, TypeOption<int, string> duration = null, Action callback = null) {
     return null;
 }
コード例 #4
0
 public static Task ToggleShakeTask(this jQueryObject q, ShakeOptions options = null, TypeOption <int, string> duration = null)
 {
     return(null);
 }
コード例 #5
0
 public static jQueryObject ToggleShake(this jQueryObject q, ShakeOptions options = null, TypeOption <int, string> duration = null, Action callback = null)
 {
     return(null);
 }
コード例 #6
0
ファイル: ShakeObject.cs プロジェクト: fugaku/scriptsharp
 public ShakeObject Shake(ShakeOptions options) {
     return null;
 }