generated from uclaacm/teach-la-ts-react-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
animated Pipi in exercise3 using transition (#473)
* animated Pipi in exercise3 using transition * fix linter issues * fix window resizing issue * fix lint --------- Co-authored-by: lil <[email protected]>
- Loading branch information
1 parent
0c7b478
commit 019f4f8
Showing
3 changed files
with
48 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
.exercise3-pipi { | ||
position: absolute; | ||
z-index: 2; | ||
z-index: 3; | ||
} | ||
|
||
.exercise3-box { | ||
|