-
Hi, I am using r.js of requirejs to compress my project. I noticed this version has changed `define(["../TweenLite"], getGlobal);` (line 2769 of CSSPlugin.js), you added ../ and I cannot compile it an…
-
TweenMax/TweenLite ( as well as others ) are undefined if using the source installed via NPM. Note, that these are being included directly via `` and not using modules ( ES6 or other ). Both uncompres…
-
I would like to asynchronously load a plain javascript file I install from bower with system.js.
Example: `/static/vendor/gsap/src/minified/TimelineMax.min.js`
```
System.config({
defau…
-
Stable Build 3114
Same method body loses highlighting when nested too deep.
![1](https://cloud.githubusercontent.com/assets/4241103/15293885/f2eacfca-1b57-11e6-8e23-cdf641f83bb0.png)
![2](https://cl…
amalk updated
8 years ago
-
This starter kit is awesome, I really like it and have been using it for quite a while now. However in this current project I'm doing, I'm using gsap / TweenLite. I kind of know that this depends on m…
-
Hi guys
I was wondering if you could help me out Ive searched high and low - went through the advanced seed but still cant get there.
I have added ng-bootstap to my project - works great in dev. but…
-
Looks like version 1.18.5 introduces the following error when I run my Karma tests now:
```
26 05 2016 09:53:13.642:WARN [web-server]: 404: /base/assets/TweenLite.js
26 05 2016 09:53:13.643:WARN [web…
-
typings with / in the name is not being installed... getting 404
```
gsap/core dt http://greensock.com/ 1 2016-03-16T15:55:26.000Z
gsap/ease dt http://greensock.…
-
When applying the same rotation angles with CSS transform rotation syntax and TweenLite.set, the results are different.
Example: ( click on the rotate button to rotate )
https://jsbin.com/fagiqumifi/…
-
Hi!
How do i should properly destroy TimelineLite/TimelineMax?
I need to clean timeline and clean up style-property of all DOM elements.
I'm trying to find proper (means canonical) way to do that. I…