Make animation slower (jQuery)

Suepsuigree

New Member
I'm trying to make animation of the block by changing its \[code\]position\[/code\].Like, move the block from the left to the middle by animation of the css \[code\]left\[/code\].The problem is, animation process happens with the same speed from the beginning to the end.I want to make animation slower at the end, it should slow down when it comes to the finish point.How can I do this? I've read about easing plugin, but don't know which effect should I use, which is the wanted one.
 
Top