Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

How to adjust the speed of the animation of an element using jQuery?

The following is my div:

<div id = "block">Hello</div>

Here’s the CSS style for div:

<style>
div {
   background-color:#bca;
   width:100px; 
   border:1px solid green;
}
</style>


0 Answer
Advertisements

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.