Title: [213573] trunk/PerformanceTests
- Revision
- 213573
- Author
- [email protected]
- Date
- 2017-03-08 08:37:32 -0800 (Wed, 08 Mar 2017)
Log Message
Fixed ARES-6 animations for other browsers
Modified Paths
Diff
Modified: trunk/PerformanceTests/ARES-6/styles.css (213572 => 213573)
--- trunk/PerformanceTests/ARES-6/styles.css 2017-03-08 12:49:27 UTC (rev 213572)
+++ trunk/PerformanceTests/ARES-6/styles.css 2017-03-08 16:37:32 UTC (rev 213573)
@@ -26,7 +26,7 @@
background-repeat: no-repeat;
background-size: 50vw;
width: 0;
- animation: wipe-in 1s ease-in 0 forwards;
+ animation: wipe-in 1s ease-in 0ms forwards;
}
header,
@@ -81,7 +81,7 @@
font-size: 0;
opacity: 0;
- animation: scale-in 1100ms ease-out 0 forwards;
+ animation: scale-in 1100ms ease-out 0ms forwards;
}
.start {
Modified: trunk/PerformanceTests/ChangeLog (213572 => 213573)
--- trunk/PerformanceTests/ChangeLog 2017-03-08 12:49:27 UTC (rev 213572)
+++ trunk/PerformanceTests/ChangeLog 2017-03-08 16:37:32 UTC (rev 213573)
@@ -1,3 +1,13 @@
+2017-03-08 Jon Davis <[email protected]>
+
+ Fixed ARES-6 animations for other browsers
+
+ Rubber stamped by Saam Barati.
+
+ * ARES-6/styles.css:
+ (.swoop):
+ (.logo):
+
2017-03-07 Filip Pizlo <[email protected]>
Revise the ARES-6 explainer text
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes