Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Zoom In after scroll (help) Reply To: Zoom In after scroll (help)

#180691
nixnerd
Participant

Alright… so Scroll Magic USES GSAP… but it is not GSAP. So… don’t go on their forums and ask a bunch of stuff about Scroll Magic. Let me address a few things:

Because I need make an animation.

If you want to use Adobe Edge… go right ahead. However. GSAP supports full blown animations and tweening. They’re uber fast and HIGHLY customizable complete with callbacks and full control over play, pause, reverse, etc.

.css( ‘width’, 100 / tabsCount + ‘%’ );

We were just talking about this. It’s probably better to create a CSS class and use GSAP to add the class. That would be the cleaner, more abstracted method. Go to GSAP’s site… play around with the tuts and get familiar with the syntax/isms.