Browse Source
* Fix using one delay to control all transitions. Vue transitions have wrong timing when having CSS like the following: ``` .[transition-name]-enter-active, .[transition-name]-leave-active { transition: opacity 0.8s ease, transform 0.7s ease; transition-delay: 0.4s; } ``` Which in turn bubbles errors to the console. * Fix linting.dev
Guido Bouman
8 years ago
committed by
Evan You
1 changed files with 4 additions and 0 deletions
Loading…
Reference in new issue