Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Link to static examples from polymer-project.org
Browse files Browse the repository at this point in the history
Related to #18
  • Loading branch information
dfreedm committed Oct 2, 2013
1 parent 2a5ffed commit 8c006ee
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

[![PointerEvents build status](http://www.polymer-project.org/build/PointerEvents/status.png "PointerEvents build status")](http://build.chromium.org/p/client.polymer/waterfall)

Build Status: [http://build.chromium.org/p/client.polymer/waterfall]([http://build.chromium.org/p/client.polymer/waterfall)

## Learn the tech

### Why Pointer Events?
Expand Down Expand Up @@ -70,6 +68,13 @@ By default, no PointerEvents are sent from an element. This maximizes possibilit

1. As elements come and go, or have their `touch-action` attribute changed, they will send the proper set of PointerEvents.

### Examples

- [Simple Event Example](http://polymer-project.org/polymer-all/PointerEvents/samples/simple/index.html)
- [Pointer Painting](http://polymer-project.org/polymer-all/PointerEvents/samples/paint/index.html)
- [Multi Pointer Trac](http://polymer-project.org/polymer-all/PointerEvents/samples/tracker/index.html)
- [Empty Space Game!](http://polymer-project.org/polymer-all/PointerEvents/samples/spaceship/index.html)

This comment has been minimized.

Copy link
@bradoyler

bradoyler Jan 1, 2014

@azakus All these links are now broken. Did the urls change or just not available?


## Polyfill Details

### Getting Started
Expand Down

0 comments on commit 8c006ee

Please sign in to comment.