Questions tagged [superscrollorama]

SuperScrollorama is a jQuery plugin for scrolling animations.

SuperScrollorama is a plugin developed by John Polacek.

33 questions
3
votes
0 answers

How to keep menu active status while scrolling between section

The active menu status not working while scrolling between
. Is there any option in scrollMagic to set active status all the time while scrolling based on which
is .setPin() ? var controller = new ScrollMagic.Controller({ …
Mo.
  • 26,306
  • 36
  • 159
  • 225
3
votes
1 answer

Javascript/Jquery Super Scrollorama Navigation Issues

On a Wordpress site I am currently working on, my client wanted the different sections of the front page to slide up from the bottom and cover up the previous section, like a wipe or slide transition. Using super scrollorama found here:…
Rosencruez
  • 171
  • 5
  • 13
2
votes
1 answer

Overwriting global scene options in ScrollMagic

I'm trying to build a site with ScrollMagic, and I have a problem: I define the reverse option to be false globally and I'm seemingly not able to overwrite this option at a specific scene. I have several scenes and only need one or two scenes to…
Péter Csaba
  • 43
  • 2
  • 5
2
votes
1 answer

Scrollorama -- 'pin'

I'm trying to implement the 'pin' feature from scrollorama (http://johnpolacek.github.io/scrollorama/) but I'm not sure which parts of the code I use to pull into my own file. Where do I adjust where on the screen it gets pinned, etc? And how is…
2
votes
1 answer

How to append this SuperScrollorama tween timeline

I am trying to animate a gun with SuperScrollorama. The idea is that the gun will fire as the user scrolls down. This involves some rather complex tweening. Here's what I have so far (*works best in Firefox):…
2
votes
3 answers

Play through pinned elements in superscrollorama

I am building a Parallax website using SuperScrollorama which have some animation frame by frame using jquery and css3... But after ending up doing so i am stuck in a problem, i am trying to navigate the pages using some scroll plugin... I have…
SaurabhLP
  • 3,619
  • 9
  • 40
  • 70
1
vote
0 answers

Issue scrolling with scroll bar in Superscrollorama

I'm working on a very animated website that extensively uses the pin function of superscrollorama to pause scrolling while still animating certain elements based on scroll position. The issue is one of stability and optimization. The client, of…
1
vote
1 answer

jquery start a function only after one function completes

I was wondering if it was possible to have a function start only after the previous function completed. I have two functions listed below that I'm trying to run one after the other. Thanks! var controller = $.superscrollorama(); …
kduan
  • 639
  • 4
  • 11
  • 22
0
votes
0 answers

Scrollorama doesn't seem to be working?

So I have a class assignment where I have to make a site for a Pokémon Go team (no, I kid you not). And I wanted to include some kind of cool scrolling animation, but something simple, like a fade in as you scrolled down this really simple one page…
0
votes
1 answer

Scrollorama code causing sections of wordpress admin not to work

I've added some animation script to be used with the scrollorama plugin but it's causing parts of the wordpress admin not to function ie media button wont work, the error I get is TypeError: targetBlock is undefined in the…
Duggy G
  • 465
  • 3
  • 12
  • 27
0
votes
0 answers

Trying to Learn Scrollorama

I tried to learn scrollorama over the weekend, I have tried to learn and use a lot of jquery plugins in the past, never had problems with any. However this one is really confusing me a lot. I have searched stackoverflow, and other websites about…
Patrick S
  • 87
  • 5
  • 11
0
votes
1 answer

superscrollorama and greensock animation not working

practice1