Jump to content
Search Community

Search the Community

Showing results for tags 'node-webkit'.

  • 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. I loved GSAP in the Flash days, love it even more in javascript... And then came Node-webkit, a way to make hybrid desktop apps. The only problem is that i can not use TweenMax or Draggable with it. Node-webkit uses require() ( witch is actually based on CommonJs instead of RequireJs) When i load the libraries thru index.html using a script tag, i can use them in the main.js file, but then there not available in other modules. ( something to do with different contexts ). So the only way would be to be able to load them with something like var TweenMax = require('./TweenMax') I know you are all very busy perfecting GSAP , but is there any change you can help me out here ?
×
×
  • Create New...