Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: removing fade out usage since the pre-hide event is already hiding the element #29

Closed
wants to merge 1 commit into from

fix: removing fade out usage since the element is already being hidde…

e6594e6
Select commit
Loading
Failed to load commit list.
Closed

fix: removing fade out usage since the pre-hide event is already hiding the element #29

fix: removing fade out usage since the element is already being hidde…
e6594e6
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jan 16, 2024 in 8m 36s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #29 fix: removing fade out usage since the pre-hide event is already hiding the element.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has five jobs, running in parallel.

Job Node.js OS State
427.1 10 Linux passed
427.2 11 Linux passed
427.3 12 Linux passed
427.4 13 Linux passed
427.5 14 Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Trusty)
Node.js Versions 10, 11, 12, 13, 14
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "node_js": [
    "10",
    "11",
    "12",
    "13",
    "14"
  ],
  "before_install": [
    "sed -i 's/[email protected]:/https:\\/\\/github.com\\//' .gitmodules",
    "git submodule update --init --recursive"
  ],
  "install": [
    "npm install"
  ],
  "script": [
    "npm run lint && npm test"
  ],
  "git": {
    "submodules": false
  },
  "cache": {
    "npm": false
  }
}