• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

stackjie / vue-pull-to / 44 / 1
56%
master: 96%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 18 May 2019 10:59AM UTC
Files 4
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

18 May 2019 10:57AM UTC coverage: 55.987% (-4.0%) from 60.0%
44.1

Pull #78

travis-ci

web-flow
Make event sensitivity configurable, misc optimizations

 * src/vue-pull-to.vue
    - Allow component user to attach and detach scroll and touch
      event handlers dynamically via `isTouchSensitive` and
      `isScrollSensitive`.
    - Do not reset `transition` and keep it as is; `transitionend` event
      would be more reliable (inactive browser window inhibits
      the progress of animations but not timers), and it doesn't
      repeat itself anyway.
    - Break down CSS `transition` property shorthand into
      sub-properties, and move invariable ones into stylesheets.
    - Smoother pull (scroll) animation
    - Use `translate()` instead of full-blown `translate3d()`.
    - Use Vue `$refs` instead of `Element.querySelector`.
    - Clear state immediately upon scrolling back to top
    - Miscellaneous clean-ups and optimizations
 * src/utils.js
    - The throttle function used to invoke `clearTimeout` on timeout IDs
      that have already expired.  The spec only mentions that the newly
      allocated ID is only unique among the active timer lists, not all
      IDs that have ever been allocated since navigation to the page.
    - Use `this` and `arguments` directly for `Function#apply`, and
      convert arguments to Array for delayed procedure call.
    - Add `is-bottom-keep-scroll` which is supposed to make the pull-up
      action completion look smoother
    - Improve event delegation
 * test/unit/specs/dom.spec.js
    - Use Vue `$refs` instead of `Element.querySelector`.
 * test/unit/specs/event.spec.js
    - Use Vue `$refs` instead of `Element.querySelector`.
    - Added relevant test cases.
 * README*.md
    - Added relevant property descriptions.
Pull Request #78: Make event sensitivity configurable, misc optimizations

64 of 133 branches covered (48.12%)

Branch coverage included in aggregate %.

109 of 176 relevant lines covered (61.93%)

4.53 hits per line

Source Files on job 44.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 42
  • Travis Job 44.1
  • 8e882b27 on github
  • Prev Job for on stp (#38.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc