Timtech4u / gwtquery

Automatically exported from code.google.com/p/gwtquery
MIT License
0 stars 0 forks source link

Error in documentation #168

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
  $("table").animate("$width:'500'"), 400, Easing.LINEAR);

should be 

  $("table").animate("$width:'500'", 400, Easing.LINEAR);

in the documentation for .animate function ( javadocs)

Original issue reported on code.google.com by kisalay...@gmail.com on 3 Jan 2013 at 10:53

GoogleCodeExporter commented 9 years ago
moved to https://github.com/gwtquery/gwtquery/issues/5

Original comment by julien.d...@gmail.com on 7 Jan 2013 at 10:11

GoogleCodeExporter commented 9 years ago
fixed in pull request : https://github.com/gwtquery/gwtquery/pull/6

Original comment by julien.d...@gmail.com on 7 Jan 2013 at 10:14

GoogleCodeExporter commented 9 years ago

Original comment by julien.d...@gmail.com on 21 Jan 2013 at 9:56

GoogleCodeExporter commented 9 years ago
Julien, the comment in the javadocs is ok, GQuery is able not only to animate 
style properties but element attributes, the key to figure-out which to animate 
is the dollar character.
This was needed because when you position 'svg' elements you have to use html 
attributes instead of css ie: <circle x='5'/>.

So this is not actually an issue, may be we should clarify the comment

- Manolo

Original comment by manuel.carrasco.m on 22 Jan 2013 at 6:02

GoogleCodeExporter commented 9 years ago
Manolo, I reopened the bug, could you handle it ?

Original comment by julien.d...@gmail.com on 22 Jan 2013 at 7:28

GoogleCodeExporter commented 9 years ago
sure

Original comment by manuel.carrasco.m on 23 Jan 2013 at 7:30

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 11951bf30b23.

Original comment by manuel.carrasco.m on 11 Feb 2013 at 1:52