Jump to content
Search Community

WW

Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by WW

  1. Hi, Jack,

     

    Thanks for ur reply.  :-D

     

    I've already tried that, 

    but the blurry still exsist.

    this is another CodePen,

    See the Pen yOeZNK by WW (@WW) on CodePen

     

    the doings i've tried were:

    A: set the span font-size double, and scale it to 0.5.

    B: set the span font-size double, then, append a div to wrap the span and scale the wrap div to 0.5.

    C: scale the span to 2, then, append a div to wrap the span and scale the wrap div to 0.5.

    but, all of these not working.

     

    is there something wrong?

    Thanks a lot.

  2. Hi, Johnnathan & Carl

    Thanks u guys for helping.   :)

     

    To Johnnathan:

    Let me get this straight.

    so, it means the x i got in onStart() is GW's original x that before tweening occurred?

    and, after setting the immediateRender to false, 

    the onStart() running later than tween's that can get tween's begining x?

     

    To Carl:

    Is this a synchronous problem?

    especially in from()?

     

    one more question,

    I click GW in crazy fast speed,

    ( i know it's unnormal testing, but my boss told me had to do that  :? )

    at last, 

    the tween x became 50 to 49.999xxxxx,(it looks like no moving)

    not 50 to 0 anymore

    why?

    if everything's normal, 

    shouldn't it just always from 50 to 0 position?

    (codepen here: 

    See the Pen gxGfp by WW (@WW) on CodePen

     )

     

    sorry for so many question,

    Thanks again  :)

  3. Hi, all

     

    There's a stupid problem stuck me few hours already, ><"

     

     

    here's the problem :

    I try to get the X value of a element called 'GW' after I tweened it,

     

    whether I use "_gsTransform.x"  or  "css('margin-left')" or  something else...

     

    the console just shows 0.

     

    so, how does the x axis tweening works in greensockJS? ues position? or use offset?

    becuse i don't know how to get the "GW" X axis value ><"

     

     

    my codepen as below :

    See the Pen gxGfp by WW (@WW) on CodePen

     

     

    Thanks a lot !!

     

    PS: sorry about my suck English,

          so... i'm afraid u guys don't know what I'm talking about = ="

          but, I'll be vary grateful for ur help. Thanks again. ^^

  4. Does anyone knows about the mask effects in JS with GSAP?

    I know it might be a easy skill for u guys.

    but , i just wanna know about that. ><"

     

    and...

     

    btw, is there any article or discussion can show me all the params in GSAP?
    such as: left , top, opacity..etc

     

    Thanks a lot  :-P

×
×
  • Create New...