Jump to content
Search Community

Vincentccw

Members
  • Posts

    55
  • Joined

  • Last visited

Everything posted by Vincentccw

  1. I get rid of the html5 shim and media query links but still not working properly but I think is alright since it has already been solve though by changing the property from autoalpha to opacity. I didn't know you can conditionally load files using modernizr , thanks for the suggestion, I'll definitely look into it
  2. Thanks, I have replace autoalpha with opacity and magically it works!! IE8 doesn't chock even once.
  3. Hi thanks for the help I have uploaded the code(the button is on the right side): http://wthdesign.net/website/ideas/html/index.php I have also uploaded into codepen (but i think it doesnt work in my IE8): http://codepen.io/vincentccw/pen/KaCiI I'm using real IE8 in window7 also. If you check it in IE8, the animation will flickr/delay before each repetition, but like rhernando mentioned, if i replaced with yoyo property, it does provide better repetition but it still flickr/delay at some point...
  4. Hi Rhenando, thanks for the help first of all: Here is the original link to my site, the one I'm animating is the "scroll to bottom" button on the right : http://wthdesign.net/website/ideas/html/index.php I think codepen isn't working properly in IE8, but I have uploaded the code as well for your debugging purposes: http://codepen.io/vincentccw/pen/KaCiI I have tried using the yoyo property like you mentioned, it does provide a better animation quality in IE8. The animation will repeat itself few times without any problems, but once it reaches a certain times it flickers for a second then back to normal again. (I think it is the best IE8 can handle )
  5. I'm using this simple code to make my div button fade in and off automatically and it suppose to repeat itself....... var tl = new TimelineMax({repeat:-1}); tl.from($('#slideScrollBtn'), 1, {autoAlpha:0}) .from($('#slideScrollBtn'), 1, {autoAlpha:1,ease:Power1.easeOut}); it works fine in chrome and firefox but when I tested in IE8 the animation works fine in the first 2 rounds then it stuck. Where did I go wrong?
×
×
  • Create New...