[jQuery] Re: Easing rocks

2007-06-21 Thread Erik Beeson
I like backin/out. It feels like the virtual equivalent of physical toggle switches that work like that (often used as power switches). I disagree about having that stuff in the core though. Often I don't even need animations or ajax, but part of what I really like about jQuery is that it's

[jQuery] Re: Easing rocks

2007-06-21 Thread Rob Desbois
Glen I disagree there too. Stuff like this doesn't belong in the core IMO - in fact I think the only effects that should be present are show() and hide(). What is this mythical 'turbospeed' you speak of? Surely anything that makes the selectors faster should be the default mechanism used by the

[jQuery] Re: Easing rocks

2007-06-21 Thread Klaus Hartl
Erik Beeson wrote: I like backin/out. It feels like the virtual equivalent of physical toggle switches that work like that (often used as power switches). I disagree about having that stuff in the core though. Often I don't even need animations or ajax, but part of what I really like about

[jQuery] Re: Easing rocks

2007-06-21 Thread george.gsgd
Isn't that the point of having plugins, for bells and whistles like this? Obviously it's a great plugin (well I would say that as it's mine ;) but it's not essential functionality by any means.

[jQuery] Re: Easing rocks

2007-06-21 Thread GianCarlo Mingati
I've made that http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html using easing's expoinout. GC On Jun 21, 11:56 am, george.gsgd [EMAIL PROTECTED] wrote: Isn't that the point of having plugins, for bells and whistles like this? Obviously it's a great

[jQuery] Re: Easing rocks

2007-06-21 Thread Alexandre Plennevaux
GianCarlo, it is really nice! Is it possible to use it as paging for large chunks of text? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of GianCarlo Mingati Sent: jeudi 21 juin 2007 12:19 To: jQuery (English) Subject: [jQuery] Re: Easing rocks

[jQuery] Re: Easing rocks

2007-06-21 Thread george.gsgd
That's very nice. Can you customise the easing function you're allowed to use? That'd look great with elasticout. Boing... On Jun 21, 12:18 pm, GianCarlo Mingati [EMAIL PROTECTED] wrote: I've made thathttp://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/i... using easing's

[jQuery] Re: Easing rocks

2007-06-21 Thread Toby
I love easing too! I used Penners Equations in flash and these are just as good in xhtml, really good to add to animations for that touch of class :¬) I also thought that it would be nice to include this in the core, just because it is so sexy and the size of the equations looks rather small -

[jQuery] Re: Easing rocks

2007-06-21 Thread GianCarlo Mingati
alexandre, it could be modified as an auto-paging for texts. yes, it should work Try yourself playing with the code: If you look at the plugin, i used var pictWidth = container.find(img).width(); to find dinamically the width of the images so the galleries can slide images of any size. The value

[jQuery] Re: Easing rocks

2007-06-21 Thread Rey Bango
Hi Rob, What Glen is referring to is something that the team is throwing around. We're considering how to improve selector speeds and one option is to have a 'turbospeed' plugin that would allow us to keep the core size small but give the jQuery community super fast selectors. Nothing has

[jQuery] Re: Easing rocks

2007-06-21 Thread GianCarlo Mingati
Done! http://www.gcmingati.net/wordpress/wp-content/lab/jquery/imagestrip/imageslide-plugin.html Added the possibility to customize animation kind and duration. Will rewrite it in english and will add documentation. Anyhow, it's pretty simple. Easing rocks and jQ too!! Ciao! On Jun 21, 3:02