VPullToRefresh.sass 457 B

1234567891011121314151617181920212223
  1. .v-pull-to-refresh
  2. overflow: hidden
  3. position: relative
  4. &__pull-down
  5. position: absolute
  6. width: 100%
  7. transition: top .3s ease-out
  8. &--touching
  9. transition: none
  10. &__pull-down-default
  11. display: flex
  12. width: 100%
  13. height: 100%
  14. justify-content: center
  15. align-items: flex-end
  16. padding-bottom: 10px
  17. &__scroll-container
  18. position: relative
  19. transition: top .3s ease-out
  20. &--touching
  21. transition: none