Skip to content

Commit 8a68e34

Browse files
author
David Allemang
committed
slower transition
1 parent dcca5bd commit 8a68e34

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.idea/vcs.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
}
3333

3434
.block * {
35-
-webkit-transition: margin .5s, text-shadow .5s;
36-
transition: margin .5s, text-shadow .5s;
35+
-webkit-transition: margin 1s, text-shadow 1s;
36+
transition: margin 1s, text-shadow 1s;
3737

3838
text-shadow: 0 0 3px #00000044;
3939
margin: 0 0;

0 commit comments

Comments
 (0)