Universal CSS Transforms: Flip Support Product Page

Answered

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

Asked 28 Mar 2013 02:59:48
1
has this question
28 Mar 2013 02:59:48 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 28 Mar 2013 07:58:19
28 Mar 2013 07:58:19 Vulcho Vulev replied:
Hello Trevor.

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

Regards:Vulcho.

Replied 29 Mar 2013 02:42:49
29 Mar 2013 02:42:49 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