Date range picker tDatePicker

t-function

Html

You can use 't-function' with all different options

<div class="row classname">
    <div class="col-xs-1 zoomIn" data-t-show="1"> ... </div>
    <div class="col-xs-1 zoomIn" data-t-show="2"> ... </div>
</div>

Javascript

You can insert options t-element: '.class' or '#id' view more options

<script type="text/javascript">
    Tu.tScroll({
      't-element': '.classname .zoomIn'
      't-function': 'linear'
    })
</script>

t-function

1
2
3

The t-function specifies the speed curve of an animation

1
2
3