Okay,
I’m not looking for anyone to code this for me, I just need to know where to start with this.
I will have a twitter bootstrap slider on my page. In order for it to know which slide to show it adds a css class of active to it’s div. What I want to do is have a child div I will use for animation inside that slide. I would figure checking for a change to the parent class and see if it contains the new class of active so the animation will run when ever the slide it shown would be the best option.
I can create the animation on an document.ready function so really telling it when to run the animation is really the last step I’m needing to complete and I have no idea if I’m even going about it the right way. Any help would be greatly appreciated.