Skip to content

Commit

Permalink
Fixed -webkit-transform for smoother animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Birch committed Jul 13, 2017
1 parent cafced0 commit aec6144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/xeno-hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
-moz-animation: ken-burns 15s ease alternate infinite;
-o-animation: ken-burns 15s ease alternate infinite;
animation: ken-burns 15s ease alternate infinite;
translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}

.paragraph--zoom--1 .paragraph--type--xeno-hero__image {
Expand Down

0 comments on commit aec6144

Please sign in to comment.