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>