Jump to content
Search Community

bbnnt

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by bbnnt

  1. No problem or anything, just advices & experience feedback

    I've ben using coffeescript for like 2/3 years, and right now getting into those greensock' super-tools

     

    Problem is, greensock ends up being quite unreadable with coffeescript

     

    Simple example (those examples aren't here to show anything work) : 

    Javascript :

    Coffeescript (quick and dirty translation via js2coffee of the previous one) :

    See the Pen MYBOpq?editors=001 by bbnnt (@bbnnt) on CodePen

    Coffeescript (another snipper a bit more worked out) : 

    See the Pen jEpamz?editors=001 by bbnnt (@bbnnt) on CodePen

    Oh wait… There are no onComplete or whatever options yet

    Complex greensock+coffee animations -> skyscrapers !

     

    Acknowledging a lack of experience on my side, but I hope this "problem" is relevant enough

    I'd look for advices to use greensock with coffeescript, in a more readable and efficient way; if anyone has tips on this

    See the Pen RNBjpR?editors=001 by bbnnt (@bbnnt) on CodePen

  2. I use different tween function at different points of a script; to clean code a bit, Id like to define things a bit more globally.

     

    It might be an obvious question, but I could not find a clue about how to define the easing used in different tweenmax actions as a global variable.

     

    Does it have to be accessed or defined specifically ?

×
×
  • Create New...