rstacruz / jquery.transit

Super-smooth CSS3 transformations and transitions for jQuery
http://ricostacruz.com/jquery.transit
7.29k stars 864 forks source link

Whats the point? #125

Closed flashtopia closed 11 years ago

flashtopia commented 11 years ago

Why not just code CSS transitions directly in CSS3? Are they are benefits to using jquery.transit?

For example does it fix quirks and issues with CSS3 such as the infamous webkit performance issues with translate 3d

juankennaugh commented 11 years ago
  1. falls back to jquery animate I think
  2. Pretty sure it does

Juan

On 05/04/2013 10:18, Frank Basti wrote:

Why not just code CSS transitions directly in CSS3? Are they are benefits to using jquery.transit?

For example does it fix quirks and issues with CSS3 such as the infamous webkit performance issues with translate 3d

— Reply to this email directly or view it on GitHub https://github.com/rstacruz/jquery.transit/issues/125.

rstacruz commented 11 years ago

Here are examples that'd be difficult to do with plain CSS:

Http://hull.io Http://revolver.ph

On Friday, April 5, 2013, juankennaugh wrote:

  1. falls back to jquery animate I think
  2. Pretty sure it does

Juan

On 05/04/2013 10:18, Frank Basti wrote:

Why not just code CSS transitions directly in CSS3? Are they are benefits to using jquery.transit?

For example does it fix quirks and issues with CSS3 such as the infamous webkit performance issues with translate 3d

— Reply to this email directly or view it on GitHub https://github.com/rstacruz/jquery.transit/issues/125.

— Reply to this email directly or view it on GitHubhttps://github.com/rstacruz/jquery.transit/issues/125#issuecomment-15946076 .

flashtopia commented 11 years ago

The examples are very impressive. Specially hull.io. Still I am a bit skeptical. A lot of what is done with the two examples can be done by just timing the adding of css3 classes to different objects.

My curiosity is when is CSS3 the designers job versus the developers job? I know with the advent of "Front end" developers the lines are very blurred.

Its a very impressive plugin. I personally plan on using it for Rapid prototyping and then convert to CSS3 classes at later date.

Thanks for chiming in.