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

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

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 18 May 2019 10:59AM UTC
Jobs 1
Files 4
Run time 1s
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

pending completion
44

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 %.

154 of 154 new or added lines in 2 files covered. (100.0%)

109 of 176 relevant lines covered (61.93%)

4.53 hits per line

Jobs
ID Job ID Ran Files Coverage
1 44.1 18 May 2019 10:59AM UTC 0
55.99
Travis Job 44.1
Source Files on build 44
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #44
  • Pull Request #78
  • PR Base - master (#38)
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