Title: JQuery with ASP.NET-Lesson 6-How to use FadeOut and FadeIn methods
Duration: 12:46 minutes
Summary: This is new theme demonstration series called JQuery with ASP.NET. The Query is most popular for web development in current software world. JQuery is light weight JavaScript library and has lots of methods and properties to access html and CSS in client side. Here is latest version of the JQuery library http://jquery.com/. Today we learned about how to use the FadeOut and FadeIn methods to div and other elements. The both methods, have to support accept durations are given in milliseconds; higher values indicate slower animations, not faster ones. The strings 'fast' and 'slow' can be supplied to indicate durations of 200 and 600 milliseconds, respectively. If any other string is supplied, or if the duration parameter is omitted, the default duration of 400 milliseconds is used.
Methodology of the development of example: How to use FadeOut and FadeIn methods
Technology Used: ASP.NET, JQuery, fadeIn, fadeout.
Keywords: ASP.NET, JQuery , fadeout,fadeIn.