public PulsateObject Pulsate(PulsateOptions options)
 {
     return(null);
 }
 public static Task TogglePulsateTask(this jQueryObject q, PulsateOptions options = null, TypeOption<int, string> duration = null) {
     return null;
 }
 public static jQueryObject TogglePulsate(this jQueryObject q, PulsateOptions options = null, TypeOption<int, string> duration = null, Action callback = null) {
     return null;
 }
Example #4
0
 public static Task TogglePulsateTask(this jQueryObject q, PulsateOptions options = null, TypeOption <int, string> duration = null)
 {
     return(null);
 }
Example #5
0
 public static jQueryObject TogglePulsate(this jQueryObject q, PulsateOptions options = null, TypeOption <int, string> duration = null, Action callback = null)
 {
     return(null);
 }
Example #6
0
 public PulsateObject Pulsate(PulsateOptions options) {
     return null;
 }