The animation option controls how smoothly the thumbs move along the range. The default setting is "false".
To animate the wijslider, insert the following line into the script you used to initialize the widget:
$("#slider").wijslider({ animate: true});
Run the program and click the slider bar to move the thumbs.