Пример #1
0
 /// <summary>
 /// Hide the matched elements.
 /// </summary>
 /// <param name="options">A map of additional options to pass to the method.</param>
 /// <returns></returns>
 public virtual jQuery Hide(EffectOptions options)
 {
     return(null);
 }
Пример #2
0
 /// <summary>
 /// Hide the matched elements.
 /// </summary>
 /// <param name="options">A map of additional options to pass to the method.</param>
 /// <returns></returns>
 public virtual jQuery Hide(EffectOptions options)
 {
     return null;
 }
Пример #3
0
 /// <summary>
 /// Perform a custom animation of a set of CSS properties.
 /// </summary>
 /// <param name="properties">An object of CSS properties and values that the animation will move toward.</param>
 /// <param name="options">An object of CSS properties and values that the animation will move toward.</param>
 /// <returns></returns>
 public virtual jQuery Animate(object properties, EffectOptions options)
 {
     return(null);
 }
Пример #4
0
 /// <summary>
 /// Display the matched elements.
 /// </summary>
 /// <param name="options">A map of additional options to pass to the method.</param>
 /// <returns></returns>
 public virtual jQuery Show(EffectOptions options)
 {
     return null;
 }
Пример #5
0
 /// <summary>
 /// Display or hide the matched elements.
 /// </summary>
 /// <param name="options">A map of additional options to pass to the method.</param>
 /// <returns></returns>
 public virtual jQuery Toggle(EffectOptions options)
 {
     return null;
 }
Пример #6
0
 /// <summary>
 /// Display the matched elements by fading them to opaque.
 /// </summary>
 /// <param name="options">A map of additional options to pass to the method.</param>
 /// <returns></returns>
 public virtual jQuery FadeIn(EffectOptions options)
 {
     return null;
 }
Пример #7
0
 /// <summary>
 /// Display the matched elements with a sliding motion.
 /// </summary>
 /// <param name="options">A map of additional options to pass to the method.</param>
 /// <returns></returns>
 public virtual jQuery SlideDown(EffectOptions options)
 {
     return null;
 }
Пример #8
0
 public virtual Task FadeOutTask(EffectOptions options)
 {
     return null;
 }
Пример #9
0
 public virtual Task FadeOutTask(EffectOptions options)
 {
     return(null);
 }
Пример #10
0
 /// <summary>
 /// Display or hide the matched elements by animating their opacity.
 /// </summary>
 /// <param name="options">A map of additional options to pass to the method.</param>
 /// <returns></returns>
 public virtual jQuery FadeToggle(EffectOptions options)
 {
     return(null);
 }
Пример #11
0
 /// <summary>
 /// Perform a custom animation of a set of CSS properties.
 /// </summary>
 /// <param name="properties">An object of CSS properties and values that the animation will move toward.</param>
 /// <param name="options">An object of CSS properties and values that the animation will move toward.</param>
 /// <returns></returns>
 public virtual jQuery Animate(object properties, EffectOptions options)
 {
     return null;
 }
Пример #12
0
 /// <summary>
 /// Display the matched elements with a sliding motion.
 /// </summary>
 /// <param name="options">A map of additional options to pass to the method.</param>
 /// <returns></returns>
 public virtual jQuery SlideDown(EffectOptions options)
 {
     return(null);
 }