CSS-Tricks / AnythingSlider

A jQuery Slider plugin for anything.
http://css-tricks.github.io/AnythingSlider/
GNU Lesser General Public License v3.0
1.15k stars 380 forks source link

conflict with another jquery script stops animation #469

Closed bghouse closed 11 years ago

bghouse commented 11 years ago

I just added a jquery script I need for image hovers, and found that just the animation portion of the slider quit working.

I still get a slider (no stacked images) but the individual items I have animating just pop into place now.

I'm not using the easing (from another closed issue) and I don't have stacked images, so not sure exactly what to do to solve this.

I haven't actually put any of the new hover code to use, just included it and the slider animation stopped.

I'm getting a console error now saying anything slider is not a function.

bghouse commented 11 years ago

Small correction, the console error in Firebug says TypeError: $(...).anythingSlider(...).anythingSliderFx is not a function

So it's just the fx part that is throwing the error / conflict it seems

bghouse commented 11 years ago

Sorry - please ignore me. I included the second script incorrectly and overwrote some variables. This is not an issue, closing