Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function loadPngToSaved(imgs) {
- setTimeout(function () {
- imgs.load.replaceWith(imgs.saved)
- }, 1500 )
- setTimeout(function () {
- $('.savedForFade').fadeOut(1500)
- }, 2000 )
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement