Jump to content
Search Community

Lan

Members
  • Posts

    6
  • Joined

  • Last visited

Lan's Achievements

0

Reputation

  1. Lan

    PageFlip

    No, I am not using Chrome Frame in IE. I am actually using this (http://cord.sourceforge.net/) with IE developer tools but doesn't explain your URL "codepen" works from IE7 to IE10. I've tried deleting my cache even cookies so many times and still getting the same results. Very strange indeed.
  2. Lan

    PageFlip

    Hi Carl, Do you have any thoughts on the above quote, please. Many thanks! Kindest, Lan
  3. Lan

    PageFlip

    Hi Carl, These really baffle me. I have tried this url (http://codepen.io/GreenSock/pen/47ce270378c85be2db4ca024474a7c7e) in IE10, 9, 8, 7... and works wonderfully. But when I've retrieve the code as a zip file, unzipped it and put this on the server (http://arlanv.com/temp/cardflip/) and it seems to be only working in IE10. How weird is that. Is there anything I am missing? Please help. Kindest.
  4. Lan

    PageFlip

    Hmmm... I thought I've tried updating only the transformOrigin but somehow getting the same result going from right to left. Thank you very much. Much appreciated as usual. Have a great evening.
  5. Lan

    PageFlip

    Hi Carl, Where is the animation going from left to right? Here's my code which goes from right to left. var tl = new TimelineMax(); tl.to("#left", duration, {rotationY:-180, transformOrigin:"0% 0%", ease:Linear.easeNone}).set("#left .front", {autoAlpha:0}, "-=1.5"); Uncertain how to reverse it to go from left to right. Please help. And thank you so much for your reply. Kindest, Lan
  6. Lan

    PageFlip

    Hi Carl, Can you please help me out reversing the animation of this (http://codepen.io/GreenSock/pen/38204e7a0163c5f7c32749a380f5acb0) from LEFT to RIGHT? Also, is there a way using Greensock to have an automated page girl without user interaction as you have already explain on your point number 2, rather than using css (doesn't work in IE). Many thanks! Kindest, -Lan
×
×
  • Create New...