Experiment with virtualization and Framer Motion
This commit is contained in:
@@ -4,17 +4,17 @@
|
||||
}
|
||||
|
||||
.grid-item {
|
||||
margin: 4px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background-color: aquamarine;
|
||||
filter: grayscale(100%);
|
||||
transition: filter 0.5s ease;
|
||||
margin: 4px;
|
||||
border-radius: 8px;
|
||||
background-color: gainsboro;
|
||||
/* transition: background-color 0.5s ease; */
|
||||
}
|
||||
|
||||
.grid-item:hover {
|
||||
filter: grayscale(0%);
|
||||
transition: 0.5s ease;
|
||||
/* background-color: aquamarine; */
|
||||
/* transition: background-color 0.5s ease; */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user