Skip to content

Commit 76032bb

Browse files
committed
update notes about what i learned
1 parent 365125b commit 76032bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

02 - JS and CSS Clock/index-START.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@
125125
- Adding and removing the transition property is best done by creating a new class
126126
just for the transitions and adding/removing that class. When I tried to re-apply a
127127
transition duration, it did not kick back in.
128+
https://blog.alexmaccaw.com/css-transitions
129+
https://www.bennadel.com/blog/2461-understanding-css-transitions-and-class-timing.htm
128130
*/
129131
</script>
130132
</body>

0 commit comments

Comments
 (0)