Advertisement
xapu

Untitled

Jul 5th, 2017
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. function loadPngToSaved(imgs) {
  2.  
  3. setTimeout(function () {
  4. imgs.load.replaceWith(imgs.saved)
  5.  
  6. }, 1500 )
  7. setTimeout(function () {
  8. $('.savedForFade').fadeOut(1500)
  9. }, 2000 )
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement