Awesome. Thanks so much Mike.
Looks nice and straight forward to me.


On Dec 23, 10:42 pm, Mike Alsup <mal...@gmail.com> wrote:
> $(document).ready(function(){
>    $(".slide").toggle(
>                 function () {
>                         $("#slider").animate({marginLeft: "-400px"}, 1000, 
> "easeInOutQuad")
>                 },
>                 function () {
>                         $("#slider").animate({marginLeft: 0}, 1000, 
> "easeInOutQuad")
>                 }
>         );
>
> });

Reply via email to