Jump to content
Search Community

Search the Community

Showing results for tags 'pass variable to bezier'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • GreenSock Forums
    • GSAP
    • Banner Animation
    • Jobs & Freelance
  • Flash / ActionScript Archive
    • GSAP (Flash)
    • Loading (Flash)
    • TransformManager (Flash)

Product Groups

  • Club GreenSock
  • TransformManager
  • Supercharge

Categories

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Personal Website


Twitter


CodePen


Company Website


Location


Interests

Found 1 result

  1. Hi, So I would like to know how I pass a variable into the following bezier code. TweenMax.to(dot, 5, {bezier:{curviness:2.2, autoRotate:false, values:[{x:0, y:0}, {x:0, y:400}, {x:335, y:400}, {x:335, y:45}]}, ease:Bounce.easeIn}); Ideally I would like to set a variable to pass into the first values {x:0, y:0}: Thanks,
×
×
  • Create New...