Jump to content
Search Community

Search the Community

Showing results for tags 'raphaeljs'.

  • 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. Hey all, I am trying to animate a piechart created with gRaphael, but it returns the error c.charAt is not a function. Here's my code: pie.forEach( function(element) { TweenLite.to(element, 2, {raphael:{stroke: "#000", "stroke-width": 80, "stroke-opacity": 0.5, fill: "#223fa3"}, ease:Power0.easeOut}); }); It's pretty straightforward, but I admit my experience with RaphaelJS in general is very limited. Any ideas? marcus
×
×
  • Create New...