<!--components/rate/index.wxml-->
<view
  wx:if="{{ inited }}"
  class="fs-transition custom-class"
  style="animation: fs-{{name}}-{{type}} {{ duration }}ms both; {{ display ? '' : 'display: none;' }} {{ customStyle }}"
  bind:animationend="onAnimationEnd">
  <slot/>
</view>
