johnpolacek / superscrollorama

The original jQuery plugin for supercool scroll animation. NOTE: No longer under active development. New version is ScrollMagic.js
http://johnpolacek.github.com/superscrollorama/
2.39k stars 540 forks source link

Two separate animations in pinned element #75

Closed Tomarz closed 11 years ago

Tomarz commented 11 years ago

I don't know if I'm missing something, but is it possible to have separate timelines of animations in pinned element? They should both run at the same time (not in a sequence), for the same amount of time, each one animating different element.

janpaepke commented 11 years ago

Hi Tomarz,

sure it is! Add two TweenMax objects to one TimelineMax object and add this to superscollorama. See here for an example: https://github.com/johnpolacek/superscrollorama/issues/74

regards, Jan