div.container>p+table>tr[data-scroll-reveal='enter bottom']*30>td*10>{item$$}
生成:
<div class="container">
<p></p>
<table>
<tr data-scroll-reveal="enter bottom">
<td>item01</td>
<td>item02</td>
</tr>
<tr data-scroll-reveal="enter bottom">
<td>item01</td>
<td>item02</td>
</tr>
<tr data-scroll-reveal="enter bottom">
<td>item01</td>
<td>item02</td>
</tr>
</table>
</div>