Jump to content
Search Community

martis last won the day on July 28 2012

martis had the most liked content!

martis

Premium
  • Posts

    216
  • Joined

  • Last visited

  • Days Won

    1

Community Answers

  1. martis's post in SplitText clipping italic characters was marked as the answer   
    I found a fix... It was to add padding-right and negative margin-left, then move the whole thing margin-left
  2. martis's post in Bug with AttrPlugin 0.4.0 in latest firefox mac/pc was marked as the answer   
    For what it's worth... I was applying rotationZ: 0.01 to all three images inside my svg element to get smooth movement. This was causing Firefox to throw an NS_ERROR_FAILURE. I took off the rotationZ: 0.01 on the images and put it on the svg element itself which fixed the issue and retained the smooth movement.
  3. martis's post in scrollmagic and TimelineMax was marked as the answer   
    Nevermind... their docs must of been old.
     
    You just need to use setTween(tween);
  4. martis's post in Tween from top: 0px to bottom: 0px was marked as the answer   
    I found the solution:
    See the Pen CqIce by anon (@anon) on CodePen
     
    If you want something to go from the top to bottom.... you have to initially set the bottom to 0, and do a from top 0.
×
×
  • Create New...