app/assets/stylesheets/semantic-ui/modules/_progress.scss in semantic-ui-sass-1.8.0.0 vs app/assets/stylesheets/semantic-ui/modules/_progress.scss in semantic-ui-sass-1.8.1.0
- old
+ new
@@ -1,7 +1,7 @@
/*
- * # Semantic UI - 1.8.0
+ * # Semantic UI - 1.8.1
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
*
* Copyright 2014 Contributors
* Released under the MIT license
@@ -238,13 +238,15 @@
border-radius: 0.2857rem;
-webkit-animation: progress-active 2s ease infinite;
animation: progress-active 2s ease infinite;
}
@-webkit-keyframes progress-active {
+
0% {
opacity: 0.3;
width: 0;
}
+
100% {
opacity: 0;
width: 100%;
}
}