skrollr icon indicating copy to clipboard operation
skrollr copied to clipboard

Simple Skrollr - any other jQuery animation conflict

Open vieckowski opened this issue 8 years ago • 0 comments

Hi,

Skrollr is amazing. However as a beginner I've faced some problem that seems to be some obvious detail I'm missing here which doesn't let me create any other, regular jQuery animation. Below there's a link to the test side:

www.vieckowski.com/test

Simply. Wether I remove the Skrollr driven section from index.html I can animate the green element height by clicking the white button. If I place the Skrollr driven section back, jQuery stops working with these type of animations.

Btw, I use this to animate element:

$(".one_in").click(function(){ $(".two").animate({"height":"200px"}) });

I'd be VERY, VERY gratefull for help - my whole project depends on this issue !!!!!!!!

All the best,

Simon

vieckowski avatar Dec 16 '16 16:12 vieckowski