many important fixes
This commit is contained in:
@@ -16,11 +16,12 @@ $scanning-code-height: $scanning-code-width/0.785
|
||||
position: absolute
|
||||
height: $scanning-code-height
|
||||
border-right: 2px solid #f00
|
||||
+animation(scanning 1s infinite)
|
||||
+animation-direction(alternate)
|
||||
+animation-timing-function(linear)
|
||||
animation-name: scanning
|
||||
animation-duration: 1s infinite
|
||||
animation-direction: alternate
|
||||
animation-timing-function: linear
|
||||
|
||||
+keyframes(scanning)
|
||||
@keyframes(scanning)
|
||||
from
|
||||
left: 0
|
||||
to
|
||||
|
||||
Reference in New Issue
Block a user