You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.
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:
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.
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
The text was updated successfully, but these errors were encountered: