Jump to content
Search Community

amigoface

Members
  • Posts

    12
  • Joined

  • Last visited

Recent Profile Visitors

1,372 profile views

amigoface's Achievements

1

Reputation

  1. yeah actually it helps a lot thanks man !
  2. Hi, it's a obviousely a simple thing, but i cannot figure out how to at the moment in the example the image animation start only after the first ends, i want it to start let's say 0.5 second after the first begins thanks for your help .
  3. case closed thanks guys !
  4. almost done http://codepen.io/anon/pen/zGvbqv it's more css trick rather than gsap how to center text vertically for multiline elements please ?
  5. Perfect ! thanks man !
  6. Hi, actually i am trying to replicate this text slider animation (without success of course) http://www.biomnis.com/index.php if you can help me on this, it would be awesome
  7. Excellent ! thanks Diaco ! really apreciate
  8. Hi, i cannot figure out how to make this simple texts slider animation . my goal is : foreach text element, go from the left slowdow at center with velocity, then accelerate to the right . when the text element go to the right , i want also to hide the background container and show it again when next text come any help is welcome thanks and good day
  9. btw there is some bug in the forum , when i quick reply i have this page however the response is correctly posted
  10. i definitively dont need codepen for this, everything work now many thanks
  11. since the margin is depending on screen size, how to replace hard coded value with calculated one ? something like -((screen.height - 20) / 2 ),0,0, -((screen.width - 20) / 2 )
  12. amigoface

    animatin margin

    hi, since it could be simple response i didnt create a codepen so i am animating an element that have this class .dlg { top: 50% !important; left: 50% !important; margin: -105px 0 0 -150px; width: 300px; height: 210px; } var tm = new TimelineMax(); tm.to(".dlg", 0.15, { width: screen.width - 20, height: screen.height - 20 }); is it possible to animate the margin at the same time to keep the elemnt screen centered, or maybe there is another way to achive this ? thanks and good day
×
×
  • Create New...