1.

What are the methods used to provide effects in jQuery?

Answer»

jQuery effect methods are used to CREATE custom ANIMATION effects on WEBSITES.

 

For example, few of the effects methods available in jQuery are:

  • animate()
  • delay()
  • clearQueuue()
  • fadeIn()
  • fadeout()
  • DEQUEUE()
  • fadeTo()
  • fadeToggle()


Discussion

No Comment Found