[Improvement] stylelint (#1280)
This commit is contained in:
@@ -55,13 +55,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
/**
|
||||
* Declare two same keyframes
|
||||
* In case that some mobile browsers can continue animation when className changed
|
||||
*/
|
||||
@keyframes van-notice-bar-play {
|
||||
to { transform: translate3d(-100%, 0, 0) }
|
||||
to { transform: translate3d(-100%, 0, 0); }
|
||||
}
|
||||
|
||||
@keyframes van-notice-bar-play-infinite {
|
||||
to { transform: translate3d(-100%, 0, 0) }
|
||||
to { transform: translate3d(-100%, 0, 0); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user