From 8c006ee39ddda0d4eef8b1ebc1061fb734991edc Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Wed, 2 Oct 2013 11:12:41 -0700 Subject: [PATCH] Link to static examples from polymer-project.org Related to #18 --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a8b785f..321a0170 100644 --- a/README.md +++ b/README.md @@ -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? @@ -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) + ## Polyfill Details ### Getting Started