From 6a8476db4ed40b65208c295b8d77d9a401605625 Mon Sep 17 00:00:00 2001 From: James Arroyo Date: Sun, 5 Nov 2017 20:47:47 -0700 Subject: [PATCH 1/4] added basic template for ab-animated-banner element --- ab-animated-banner.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 ab-animated-banner.html diff --git a/ab-animated-banner.html b/ab-animated-banner.html new file mode 100644 index 0000000..cf2010d --- /dev/null +++ b/ab-animated-banner.html @@ -0,0 +1,32 @@ + + + + + + + From 05b92920e74a5efef128e7492b61dbef50bfa127 Mon Sep 17 00:00:00 2001 From: James Arroyo Date: Sun, 5 Nov 2017 22:07:53 -0700 Subject: [PATCH 2/4] updated index.html and added polymer iron-component dependency to bower.json --- bower.json | 4 +++- index.html | 27 +++++++++++++-------------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/bower.json b/bower.json index 9fa878c..f50981c 100644 --- a/bower.json +++ b/bower.json @@ -17,11 +17,13 @@ "url": "git://github.com/JamesRArroyo/ab-animated-banner" }, "license": "MIT", - "main": "index.html", + "main": "ab-animated-banner.html", "dependencies": { "polymer": "Polymer/polymer#^2.0.0" }, "devDependencies": { + "iron-component-page": "PolymerElements/iron-component-page#1 - 2", + "iron-demo-helpers": "PolymerElements/iron-demo-helpers#1 - 2", "web-component-tester": "Polymer/web-component-tester#^6.0.0", "webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0" } diff --git a/index.html b/index.html index 7ff8c13..bc71e73 100644 --- a/index.html +++ b/index.html @@ -1,20 +1,19 @@ - - - - + + - ab-animated-banner - + + - - + ab-animated-banner - + - - - - - + + + + + + + From a42681fa871cea1646ba96d327210b4851791930 Mon Sep 17 00:00:00 2001 From: James Arroyo Date: Sun, 5 Nov 2017 22:09:22 -0700 Subject: [PATCH 3/4] removed the src folder and added a demo folder with a demo file to show off the ab-animated-banner element --- demo/index.html | 16 ++++++++++ .../ab-animated-banner-app.html | 32 ------------------- 2 files changed, 16 insertions(+), 32 deletions(-) create mode 100644 demo/index.html delete mode 100644 src/ab-animated-banner-app/ab-animated-banner-app.html diff --git a/demo/index.html b/demo/index.html new file mode 100644 index 0000000..071d0cf --- /dev/null +++ b/demo/index.html @@ -0,0 +1,16 @@ + + + + + An animated banner + + + + + + + + + + + diff --git a/src/ab-animated-banner-app/ab-animated-banner-app.html b/src/ab-animated-banner-app/ab-animated-banner-app.html deleted file mode 100644 index ac5cfbc..0000000 --- a/src/ab-animated-banner-app/ab-animated-banner-app.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - From 4c06ec0b5cc6c5160f79c483c9b7869155f69d97 Mon Sep 17 00:00:00 2001 From: James Arroyo Date: Sun, 5 Nov 2017 23:54:04 -0700 Subject: [PATCH 4/4] Created the basic styling for the banner --- ab-animated-banner.html | 47 ++++++++++++++++++++++++++++++++++++++--- demo/index.html | 2 +- 2 files changed, 45 insertions(+), 4 deletions(-) diff --git a/ab-animated-banner.html b/ab-animated-banner.html index cf2010d..c7d6f6e 100644 --- a/ab-animated-banner.html +++ b/ab-animated-banner.html @@ -3,11 +3,48 @@