Universal CSS Transforms: Flip Support Product Page

Answered

Is it possible to pre load the flip (back) image?

12 years ago Trevor Courtney posted:
Is it possible to pre load the flip (back) image?
What I'm finding in the links below is that the image flips to reveal a reverse of the front image and then a second or two later is replaced with the back image. This happens first time only with subsequent flips working correctly.
jettheat.com/sports_heat_vest.html
jettheat.com/rashie_heat_vest.html
jettheat.com/riding_heat_vest.html

DW 5.5 / CSS Transforms - Flip 1.1.1 / Vista

Replies

Replied 12 years ago
12 years ago Vulcho Vulev replied:
Hello Trevor.

This is not possible. There is no such functionaliy integrated within the extension.

Regards:Vulcho.

Replied 12 years ago
12 years ago Trevor Courtney replied:
Hi Vulcho

Thanks for the quick reply.

I had a look around the net and came up with this script which seems to work well when placed in the head section of the page in which the flip extension is used

<SCRIPT LANGUAGE = JAVASCRIPT>
if (document.images)
{
img1 = new Image();
img2 = new Image();
img1.src = "imageName1.gif";
img2.src = "imageName2.gif"
}
</SCRIPT>

Reply to this topic