Skip to content

Commit

Permalink
removed background animation
Browse files Browse the repository at this point in the history
  • Loading branch information
nuggetsnegin committed Mar 22, 2020
1 parent f7436dc commit a0b88bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/components/DisplayWishes.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ class DisplayWishes extends Component {
// 'x3',
'x4',
'x5',
// 'x6',
// 'x7',
'x6',
'x7',
'x8',
// 'x9',
'x9',
'x10'
];
const wishes = this.state.wishes;
Expand Down
2 changes: 1 addition & 1 deletion src/sass/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ body {
.App {
min-height: 100vh;
background: linear-gradient(0deg, #1a4d7c, #1c1632);
background-size: 400% 400%;
background-size: 100% 100%;
-webkit-animation: background 30s ease infinite;
-moz-animation: background 30s ease infinite;
animation: background 30s ease infinite;
Expand Down
2 changes: 1 addition & 1 deletion src/styles/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ body {
min-height: 100vh;
background: -webkit-gradient(linear, left bottom, left top, from(#1a4d7c), to(#1c1632));
background: linear-gradient(0deg, #1a4d7c, #1c1632);
background-size: 400% 400%;
background-size: 100% 100%;
-webkit-animation: background 30s ease infinite;
animation: background 30s ease infinite;
display: -ms-grid;
Expand Down

0 comments on commit a0b88bb

Please sign in to comment.