Jump to content
Search Community

1DMF

Members
  • Posts

    31
  • Joined

  • Last visited

Everything posted by 1DMF

  1. 1DMF

    Show / Hide Elements

    I can't get anything to work! I can't even get this stupid forum to work. I tried to use the URL icon, the popup box once completed won't submit and it won't cancel either, I got stuck with a modal popup that wouldn't go away and lost everything I had typed... AGAIN! They wanted this splash screen to go live today, but no chance! I have created a test URL : https://www.homeloanpartnership.com/test.html I can't get any hidden element to show using autoAlpha or anything else other than JQuery's obj.show(); Then I can't get the 'left' to animate , nothing moves, nothing displays? I'm stumped. Also I have some other animation that rotates a legend on a form, it works in FireFox , doesn't in IE. I guess GSAP & this forum isn't IE11 compatible?
  2. 1DMF

    Show / Hide Elements

    Thanks, that's exactly what I meant : display:none; I had typed a huge post, example code the lot, then when I submitted I got a page can't be displayed, and when I clicked back the entire post was lost. I wasn't going to type it all out again, so that's why my post was so sparse. Very annoying forums that behave in this manner! Anyway doesn't work? And why doesn't copy/paste work, I'd love to show you the code, but this forum won't let me?
  3. 1DMF

    Show / Hide Elements

    Why can't I animate show a hidden element? What am I missing? Thanks, 1DMF
  4. Many thanks for the support, knew I must have done something stupid! All working now and having great fun Regards, Craig.
  5. Hi Rodrigo, Thanks for the reply. Using the two links you show (for JQuery and Tween), seem to work. But that is using TweenMax and I don't want Max, it's too slow at loading I want only Lite, is this type of animation not possible with Lite? Thanks Craig.
  6. Hi, I've just downloaded and added TweenLite to my page. I tried to do a simple animation var myobj = $('#middle'); TweenLite.to(myobj, 1, {top:0}); Nothing happens? However, if I just use JQuery... $('#middle').animate({top:0}, 1000); It works fine and animates as desired? I must be doing something really stupid, as I cannot get anything GSAP to work? All help appreciated. Craig.
×
×
  • Create New...