Skip to content
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.

Simple Skrollr - any other jQuery animation conflict #838

Open
vieckowski opened this issue Dec 16, 2016 · 0 comments
Open

Simple Skrollr - any other jQuery animation conflict #838

vieckowski opened this issue Dec 16, 2016 · 0 comments

Comments

@vieckowski
Copy link

vieckowski commented Dec 16, 2016

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant