Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
shared:people [2022/09/04 13:18]
justin
shared:people [2022/09/04 13:19]
justin
Line 156: Line 156:
     clearInterval(timer);​     clearInterval(timer);​
     //swap the image, and fadeIn, which is the same as above function     //swap the image, and fadeIn, which is the same as above function
-    image.src = newImage.src;+    image.src = newImage;
     fadeIn(image);​     fadeIn(image);​
   }   }