1. Question: Which function perform a custom animation of a set of CSS properties?

    A
    customAnimate()

    B
    animate()

    C
    animation()

    D
    ani()

    Note: Not available
    1. Report
  2. Question: Which method is used to fade in all matched elements by adjusting their opacity and firing an optional callback after completion?

    A
    fadeIn(speed,callback)

    B
    fadeIn(speed,[callback])

    C
    fadeIn()

    D
    fade(speed)

    Note: Not available
    1. Report
  3. Question: Which method is used to fade the opacity of all matched elements to a specified opacity and firing an optional callback after completion?

    A
    fadeIn(speed)

    B
    fadeTo(speed,opacity [,callback])

    C
    fadeIn()

    D
    fadeTo()

    Note: Not available
    1. Report
  4. Question: Which function is used to stops all the currently running animations on all the specified elements?

    A
    pause()

    B
    stops()

    C
    stop()

    D
    none of these

    Note: Not available
    1. Report
  5. Question: How can you globally disable all JQuery animations?

    A
    stop()

    B
    $().fx.off

    C
    JQuery.fx.off

    D
    none of these

    Note: Not available
    1. Report
  6. Question: Which is not correct string representing predefined speed argument used in JQuery effect methods?

    A
    slow

    B
    normal

    C
    fast

    D
    medium

    Note: Not available
    1. Report
  7. Question: JQuery effect methods define speed parameter using number in ____

    A
    milliseconds

    B
    nanoseconds

    C
    seconds

    D
    minutes

    Note: Not available
    1. Report
  8. Question: Which of the following is not effect method in JQuery?

    A
    show()

    B
    hide()

    C
    toggle()

    D
    slide()

    E
    slideUp()

    F
    fadeIn()

    Note: Not available
    1. Report
  9. Question: Which is not UI library based effect?

    A
    Blind

    B
    Bounce

    C
    Clip

    D
    Slide

    E
    Shake

    F
    Puff

    Note: Not available
    1. Report
  10. Question: JQuery provides method to display elements between revealed or hidden. If the element is initially displayed, it will hidden; if hidden, it will be shown.

    A
    show()

    B
    hide()

    C
    toggle()

    D
    animate()

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd