So i've been face-palming for the past 2 to 3 hours trying to figure out how to get an image slideshow created with javascript that keeps the images inside of an external JSON file to do a fade out transition to the next image when selected by either the next or previous button or by clicking the thumbnails (they are in an 'ul li' and the images are in the json file, not directly the css) and its running on server2go.
the slideshow tag contains the large image i want to make transition into a fade out animation to the next image, and to do that i want the animation to trigger when i click on the thumbnail sized images that are in an 'ul li' list. and/or the button that i set up that goes to the next or previous image.
the javascript is way too long to just post here, so if anyone has an idea of how to solve this problem, i can email it.