-
-
I love the design and concept behind Inferno -- it fascinates me and I'm just raring to switch from React. But before we get there, there are a few things Inferno needs to address. I'm a bit busy righ…
alkhe updated
9 years ago
-
I am trying to replicate:
http://janpaepke.github.io/ScrollMagic/examples/advanced/parallax_sections.html
And I keep getting "Uncaught TypeError: (intermediate value).setTween is not a function".
Th…
-
Hi, First of i want to say that GSAP is AMAZING, thank you so much for making such a great tool. Secondly I'm using GSAP with some SVG's and I needed the ability to manipulate percentage based width/h…
-
A couple of functions should be added to the base animator to allow full use of JS based animators and some extra methods that make sense for CSS based animators as well.
``` javascript
animate(eleme…
Aaike updated
9 years ago
-
I've looked at the samples.. this seems like it should be simple. I've used the plugin to animate other objects on the screen but simple bg parallax is eluding me. The masthead i want to parallax sits…
-
Hello all,
I've retrofit a project to use require.js. When I optimize using r.js and rhino, I get a min file with no errors. However when I load the app using the .min file, I get an error saying "…
-
As per the title really. Say I have an element some way down the page, that I need to change from relative to fixed position, is there any way for me to handle this effectively, somehow removing it fr…
-
evening! have you considered replacing gsap with [velocity.js](http://julian.com/research/velocity/) ?
many thanks for all your work.
-ryan
-
Hi Jan
Is it possible to start with an element pinned to the bottom of the viewport (n pixels above the bottom), IF there is enough space for it? So it would start like a `position:fixed` element, bu…