Jump to content
Search Community

Search the Community

Showing results for tags 'splittext canvas'.

  • 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. Hello, I am trying to use splitText with text on a canvas. The js is exported from flash CC. (lib.download_free_app = function() { this.initialize(); this.text = new cjs.Text("download free app", "16px 'Proxima Nova Rg'", "#6D1930"); this.text.lineHeight = 16; this.text.setTransform(88,168); this.addChild(this.text); }).prototype = p = new cjs.Container(); p.nominalBounds = new cjs.Rectangle(0.3,0,122.2,23.5); mySplitText = new SplitText(download_free_app, {type:"chars,words"}); I am getting an error: TypeError: 'undefined' is not a function (evaluating 't.getElementsByTagName("*")') Any idea? Thank you, fred
×
×
  • Create New...