Skip to content

fadeIn() now uses opacity to figure out the final opacity to fade int… #1415

fadeIn() now uses opacity to figure out the final opacity to fade int…

fadeIn() now uses opacity to figure out the final opacity to fade int… #1415

Workflow file for this run

name: test
on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run check
- run: npm run lint
- run: npm run test