Date range picker tDatePicker

d a t a - t - s h o w

Html

If you need 'data-t-show' run see first screen. You have to add '.t-animated'

<div class="row classname">
    <div class="col-xs-1 zoomIn t-animated" data-t-show="1"> ... </div>
    <div class="col-xs-1 zoomIn t-animated" 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'
    })
</script>

data-t-show

1
2
3

You can sort elements for the start of an animation from small to large numbers.

1
2
3