Trait

io.scalajs.jquery

JQEffects

Related Doc: package jquery

Permalink

trait JQEffects extends Object

jQuery Effects Functions

Annotations
@RawJSType() @native()
See also

http://www.w3schools.com/jquery/jquery_ref_events.asp

Linear Supertypes
Object, Any, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JQEffects
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def animate(params: |[AnimateOptions, Any], speed: |[String, Int] = js.native, callback: Function): JQEffects.this.type

    Permalink

    The jQuery animate() method is used to create custom animations.

    The jQuery animate() method is used to create custom animations.

    params

    the given animation options / parameters

    speed

    The optional speed parameter can take the following values: "slow", "fast", or milliseconds.

    callback

    The optional callback parameter is a function to be executed after toggle() completes.

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def fadeIn(speed: |[String, Int] = js.native, callback: Function = js.native): JQEffects.this.type

    Permalink

    The jQuery fadeIn() method is used to fade in a hidden element.

    The jQuery fadeIn() method is used to fade in a hidden element.

    speed

    The optional speed parameter can take the following values: "slow", "fast", or milliseconds.

    callback

    The optional callback parameter is a function to be executed after toggle() completes.

  10. def fadeOut(speed: |[String, Int] = js.native, callback: Function = js.native): JQEffects.this.type

    Permalink

    The jQuery fadeOut() method is used to fade out a visible element.

    The jQuery fadeOut() method is used to fade out a visible element.

    speed

    The optional speed parameter can take the following values: "slow", "fast", or milliseconds.

    callback

    The optional callback parameter is a function to be executed after toggle() completes.

  11. def fadeToggle(speed: |[String, Int] = js.native, callback: Function = js.native): JQEffects.this.type

    Permalink

    The jQuery fadeToggle() method toggles between the fadeIn() and fadeOut() methods.

    The jQuery fadeToggle() method toggles between the fadeIn() and fadeOut() methods.

    speed

    The optional speed parameter can take the following values: "slow", "fast", or milliseconds.

    callback

    The optional callback parameter is a function to be executed after toggle() completes.

  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hide(speed: |[String, Int] = js.native, callback: Function = js.native): JQEffects.this.type

    Permalink

    Shows an invisible HTML element

    Shows an invisible HTML element

    speed

    The optional speed parameter can take the following values: "slow", "fast", or milliseconds.

    callback

    The optional callback parameter is a function to be executed after toggle() completes.

  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  23. def show(speed: |[String, Int] = js.native, callback: Function = js.native): JQEffects.this.type

    Permalink

    Hides a visible HTML element

    Hides a visible HTML element

    speed

    The optional speed parameter can take the following values: "slow", "fast", or milliseconds.

    callback

    The optional callback parameter is a function to be executed after toggle() completes.

  24. def slideDown(speed: |[String, Int] = js.native, callback: Function = js.native): JQEffects.this.type

    Permalink

    The jQuery slideDown() method is used to slide down an element.

    The jQuery slideDown() method is used to slide down an element.

    speed

    The optional speed parameter can take the following values: "slow", "fast", or milliseconds.

    callback

    The optional callback parameter is a function to be executed after toggle() completes.

  25. def slideToggle(speed: |[String, Int] = js.native, callback: Function = js.native): JQEffects.this.type

    Permalink

    The jQuery slideToggle() method toggles between the slideDown() and slideUp() methods.

    The jQuery slideToggle() method toggles between the slideDown() and slideUp() methods.

    speed

    The optional speed parameter can take the following values: "slow", "fast", or milliseconds.

    callback

    The optional callback parameter is a function to be executed after toggle() completes.

  26. def slideUp(speed: |[String, Int] = js.native, callback: Function = js.native): JQEffects.this.type

    Permalink

    The jQuery slideUp() method is used to slide up an element.

    The jQuery slideUp() method is used to slide up an element.

    speed

    The optional speed parameter can take the following values: "slow", "fast", or milliseconds.

    callback

    The optional callback parameter is a function to be executed after toggle() completes.

  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. def toggle(speed: |[String, Int] = js.native, callback: Function = js.native): JQEffects.this.type

    Permalink

    Toggles between the hide() and show() methods.

    Toggles between the hide() and show() methods.

    speed

    The optional speed parameter can take the following values: "slow", "fast", or milliseconds.

    callback

    The optional callback parameter is a function to be executed after toggle() completes.

  31. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped