mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
fix: multi arg transition/animation duration (#2657)
This commit is contained in:

committed by
GitHub

parent
68377b3244
commit
1b55ed5668
@ -40,7 +40,7 @@
|
||||
|
||||
.animated.working p {
|
||||
animation-name: rotate0;
|
||||
animation-duration: 1ms;
|
||||
animation-duration: 1ms, 1ms;
|
||||
animation-play-state: paused;
|
||||
}
|
||||
|
||||
@ -51,7 +51,7 @@
|
||||
}
|
||||
|
||||
.transitioned p {
|
||||
transition: 1ms;
|
||||
transition: 1ms, 1ms;
|
||||
transform: rotate(45deg)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user