-
I've implemented a while ago the animation in pure CSS, simplifying the JS code, and making the animation smoother (about a 3x gain in FPS).
Are you interested in this? The whole trick involves a che…
-
Sometimes the `attached` hook need to wait for `ready` to do some one-time initial DOM related operations, so the logic of `attached` hook will be different when it is attached for the first time or r…
-
Hi,
Since a few months your modals are displaying weirdly on my app.
I think it may be css conflicts with another package maybe.
I was wondering if you had already seen this:
![screen shot 2015-11-1…
-
In the demo http://janpaepke.github.io/ScrollMagic/ it shows a wipe effect and a slide effect. I don't see any examples with either of those effects. Can anyone provide me with some guidance on how to…
-
```
gulp.task('build-bower', function(){
return gulp.src('./bower.json')
.pipe(plugins.mainBowerFiles())
.pipe(gulp.dest('cleaned/bower_components'));
});
```
In the cleaned/bower_co…
-
Any chance to get this awesome plugin work on IE9?
Thanks...
-
-
During construction of a `TweenMax` instance, inevitably some DOM node needs to get involved, which doesn't seem strictly necessary and limits this library's potential usefulness. GSAP has the potenti…
thure updated
9 years ago
-
Hi, I am new to ScrollMagic. I was having no problems with Simple Pinning, but I want to add a Tween to my Div and I'm getting an error with my js scripts loading.
I believe I have them in the proper…
-
Dear All,
I can't get the image sequence to work on my Wordpress theme (Avada). Setting up ScrollMagic to use it in Wordpress was kind of a hassle, but it is working fine now! ...At least for the pin…