.ln-pull-refresh{
    &-container{
      transition-property: transform;
    }
    &-end{
      transition: transform 500ms ease 0s;
    }
  }