-
I'm having problems with the null transform hack and TweenMax. When z has a value of 0, both in the original style or when set with TweenMax.set, the value is left out when setting some of the other t…
inear updated
11 years ago
-
I'm trying to create an offset to my animations, so they start before th pin frame is at the top, even start the animation as soon the new section enters the viewport.
I already tried to put the offse…
-
Hi Jan,
I added a timeline with some animations for a div at scrollposition 500. At 700 there is another tween on the same div, moving it back. When I scroll slowly, everything works fine. When I scr…
-
Hi,
I have 4 animations working correctly within a pinned section. I'd like to add the option of using anchor links inside the pin to scroll to each animation as well as manual scrolling. I'm stumped …
-
Hi!
I´m trying to start a web with Superscrollorama plugin, but i´m taking serious problems to start it works.
I have 3 elements:
# logo1 (logo part 1), #logo2 (logo part 2), & #bg (Background).
I m…
-
Hi,
I have a little problem with addTween and transparency: I added a tween to a div:
controller.addTween(100, TweenMax.to($('#label'), .3, {css:{opacity:1}}));
and later:
controller.addTween(800…
-
First off, let me say that Gestouch is amazing, works well in Flash, but even better, works well with Scaleform! In doing some FUI interfaces, it has been so easy to test and iterate. It's tough to do…
-
browserify-shim is giving me some trouble trying to build multiple bundles. I don't see any documentation on building multiple bundles, so it might be a usecase that hasn't been fleshed out yet.
I'm …
-
I am attempting to use Superscrollorama to code a working handgun. Here is the timeline I have for my animation sequence:
```
controller.addTween(
'#gun',
(new Timelin…
-
I tried to used delay to the tween. It only works for the first time it's scrolled to. After that, delay is always zero. Please help!
```
controller.addTween('#zoom',
TweenMax.from($('#zoom'), 0.…