Skip to content

Commit

Permalink
Merge pull request #4 from mashupgarage/keyframes-activity
Browse files Browse the repository at this point in the history
Stopwatch Activity
  • Loading branch information
raaims committed Mar 27, 2024
2 parents 2199d6d + 6f656e0 commit 435b6fd
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions src/content/stopwatch.md
@@ -0,0 +1,34 @@
---
slug: '/stopwatch'
date: '2024-03-27'
title: 'Stopwatch'
type: 'css'
image: '../images/stopwatch.gif'
codepen: 'https://codepen.io/janpatrick-dev/pen/JjVJVmL'
author: 'Jan Patrick Palacio'
github: 'https://github.com/janpatrick-dev'
entries:
- name: 'Kim'
url: 'https://codepen.io/Kim-Klinton-Vale/pen/ExJvWay'
- name: 'Ady'
url: 'https://codepen.io/adycastueras/pen/LYvjWEy'
- name: 'Franco'
url: 'https://codepen.io/notco/pen/vYMJxEp'
- name: 'Joshua'
url: 'https://codepen.io/SnorlaxCodes/pen/OJGjpVB'
- name: 'Tristan'
url: 'https://codepen.io/tristanjohn/pen/yLroMJy'
---

* ⌛ You have 15 minutes to implement this, take your time (but not too much)!
* 💅 Feel free to embellish and make it pretty!
* 📦 Some basic CSS is provided for you. There are some `TODO` comments in there to help you out.
* 🧙 You can search online if you get stuck.
* 🎉 When you're done, `Fork` 🍴 the Codepen page and share with us the URL.

<p align='center'>* * *</p>

## Tips and hints

- Only use `keyframes` for making animations.
- The `transform` property will be used mostly in this activity for doing animations.
Binary file added src/images/stopwatch.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 435b6fd

Please sign in to comment.