Html DateTimeInput
Set the animationType property of the jqxDateTimeInput.
Author: http://jqwidgets.com
HTML
<script src="http:\\jqwidgets.com\jquery-widgets-demo\jqwidgets\globalization/globalize.js"></script>
<link rel="stylesheet" href="http://jqwidgets.com/public/jqwidgets/styles/jqx.base.css">
<link rel="stylesheet" href="http://jqwidgets.com/public/jqwidgets/styles/jqx.energyblue.css">
<script src="http://jqwidgets.com/public/jqwidgets/jqx-all.js"></script>
<div style="margin-top: 200px;" id='jqxDateTimeInput'></div>
JavaScript
$("#jqxDateTimeInput").jqxDateTimeInput({
width: '250px',
height: '25px',
theme: 'energyblue',
animationType: 'fade'
});