Jump to content
Search Community

future nomads

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

future nomads's Achievements

2

Reputation

  1. looks like my CSS is causing the problem, i removed them and use js to set the position instead and it is working now. Thank you so much really appreciate you guys looking into this, its been very helpful. Thanks again Carl, thanks Sahil.
  2. Thanks for the reply, i have posted a codepen sample, same thing happened it works for Chrome but not FireFox
  3. can someone tell me why this code is not working on Firefox, it works fine in Chrome. Greet.onmouseover = function(){ TweenMax.to('#CN', 6, {rotation:"+=180", transformOrigin:"50%, 50%", ease:Power3.easeOut}); TweenMax.to('#Eng', 8, {rotation:"+=180", transformOrigin:"50%, 50%", ease:Power3.easeOut}, "+=0.5"); }; thanks FN
×
×
  • Create New...