xyhhx
xyhhx

Reputation: 6664

CSS3 animation and transition not smooth

I'm trying to develop a slideshow plugin for a project, but I'm running into issues with the CSS3 animations/transitions.

You can view it here: http://jsfiddle.net/75Sjb/

What I'm trying to do

The problem

In Webkit

Although the first time picking a slide is animated properly, every other one after that is botched. The slide going from active to inactive doesn't animate out.

In Firefox

In Firefox, the slide going from active to inactive is fine; but the active slide slide in from left (the animation isn't working).

Upvotes: 1

Views: 1421

Answers (1)

xyhhx
xyhhx

Reputation: 6664

Perhaps this was an issue with older versions of the browsers, but the animation is working fine now.

Upvotes: 1

Related Questions