Skip to content

Commit

Permalink
Add prefixes to transform property to the `.CalendarMonthGrid--anim…
Browse files Browse the repository at this point in the history
…ating` class
  • Loading branch information
Maja Wichrowska committed Dec 20, 2016
1 parent bc60da7 commit 92c2cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/CalendarMonthGrid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $react-dates-width-day-picker: 300px;
}

.CalendarMonthGrid--animating {
-webkit-transition: transform 0.2s ease-in-out;
-moz-transition: transform 0.2s ease-in-out;
-webkit-transition: -webkit-transform 0.2s ease-in-out;
-moz-transition: -moz-transform 0.2s ease-in-out;
transition: transform 0.2s ease-in-out;
z-index: 1;
}
Expand Down

0 comments on commit 92c2cfd

Please sign in to comment.