Skip to content

Commit 99e9dec

Browse files
committed
misc README updates
1 parent 364134c commit 99e9dec

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,23 @@
22

33
This repository contains codelabs for the Web Animations API. If you're reading this on GitHub and would like to work through these codelabs, be sure to clone or download this repository using the links to the right.
44

5-
* [Web Animations Transitions and Playback Control](io2015)
5+
* [Animate Me](animateme)
66

7-
Learn how to use the Web Animations API to enhance a single-page HTML website, adding transitions between content and an effect based on the scroll position of the page.
7+
Learn about the basics of Web Animations, including the `Element.animate` method, to animate a few dots around the screen.
88

99
* [Icon Popups](iconpopups)
1010

1111
Use the Web Animations API to enhance a menu containing icons, with an effect inspired by Android's homescreen folders. You'll use animations, groups and learn about playback rate.
1212

13+
* [Transitions and Playback Control](io2015)
14+
15+
Learn how to use the Web Animations API to enhance a single-page HTML website, adding transitions between content and an effect based on the scroll position of the page.
16+
1317
## Learn More
1418

1519
If you'd like to learn more about the Web Animations API, try these resources-
1620

17-
* Read [Animations on Web Fundamentals](https://developers.google.com/web/fundamentals/look-and-feel/animations/?hl=en) and the [#animations updates on Google Developers](https://developers.google.com/web/updates/tags/animations)
21+
* Read [Animations on Web Fundamentals](https://developers.google.com/web/fundamentals/look-and-feel/animations) and the [#animations updates on Google Developers](https://developers.google.com/web/updates/tags/animations)
1822

1923
* Check out the [Web Animations Demos](http://web-animations.github.io/web-animations-demos/), hosted [on GitHub](https://github.com/web-animations/web-animations-demos)
2024

iconpopups/README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ Before we start, let's perform some introduction steps.
1313

1414
### Get the sample site
1515

16-
You'll need to get a copy of the source code. You can head to [the GitHub repository](https://github.com/web-animations/web-animations-codelabs) to find information about cloning this repository (or downloading a snapshot as a .zip file).
17-
18-
In this codelab, we'll just use the `iconpopups` folder.
16+
You'll need to get a copy of the source code - for more information, head to [the GitHub repository](https://github.com/web-animations/web-animations-codelabs). In this codelab, we'll just use the `iconpopups` folder.
1917

2018
### Open the sample site
2119

io2015/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Web Animations Transitions and Playback Control
1+
# Transitions and Playback Control
22

33
This codelab will teach you how to use the Web Animations API to enhance a single-page HTML website. You'll add transitions between content, and use animations to support an effect based on the scroll position of the page.
44

0 commit comments

Comments
 (0)