+ 1
[JQUERY]modify css value after a while
Hello, I add a class to an element in jquery that allows to move the contents of this element, and I want to modify the values of the properties css of this class after a certain time, but the effect is immediate because in the function css () of jquery there is no timer. How to delay it? Here's my code : https://jsbin.com/dokibifezo/edit?html,css,js,console,output Thanks for your help.
2 Réponses
0
Thank you for your answer, I don't know what you mean? If you mean "setImmediate", it's not standard.