polymer-paper-rails 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/components/core-animation/README.md +4 -0
- data/app/assets/components/core-animation/bower.json +8 -0
- data/app/assets/components/core-animation/core-animation-group.html +169 -0
- data/app/assets/components/core-animation/core-animation.html +524 -0
- data/app/assets/components/core-animation/demo.html +149 -0
- data/app/assets/components/core-animation/index.html +22 -0
- data/app/assets/components/core-animation/web-animations.html +10 -0
- data/app/assets/components/core-collapse/README.md +4 -0
- data/app/assets/components/core-collapse/bower.json +7 -0
- data/app/assets/components/core-collapse/core-collapse.css +16 -0
- data/app/assets/components/core-collapse/core-collapse.html +262 -0
- data/app/assets/components/core-collapse/demo.html +93 -0
- data/app/assets/components/core-collapse/index.html +22 -0
- data/app/assets/components/core-component-page/README.md +6 -0
- data/app/assets/components/core-component-page/bowager-logo.png +0 -0
- data/app/assets/components/core-component-page/bower.json +8 -0
- data/app/assets/components/core-component-page/core-component-page.html +37 -0
- data/app/assets/components/core-component-page/demo.html +23 -0
- data/app/assets/components/core-component-page/index.html +22 -0
- data/app/assets/components/core-drawer-panel/README.md +4 -0
- data/app/assets/components/core-drawer-panel/bower.json +8 -0
- data/app/assets/components/core-drawer-panel/core-drawer-panel.css +147 -0
- data/app/assets/components/core-drawer-panel/core-drawer-panel.html +339 -0
- data/app/assets/components/core-drawer-panel/demo.html +73 -0
- data/app/assets/components/core-drawer-panel/index.html +22 -0
- data/app/assets/components/core-drawer-panel/metadata.html +37 -0
- data/app/assets/components/core-elements/README.md +4 -0
- data/app/assets/components/core-elements/bower.json +29 -0
- data/app/assets/components/core-elements/demo.html +105 -0
- data/app/assets/components/core-elements/demos/core-toolbar.html +98 -0
- data/app/assets/components/core-elements/metadata.html +23 -0
- data/app/assets/components/core-elements/paper-elements.html +37 -0
- data/app/assets/components/core-field/README.md +4 -0
- data/app/assets/components/core-field/bower.json +7 -0
- data/app/assets/components/core-field/core-field.css +38 -0
- data/app/assets/components/core-field/core-field.html +35 -0
- data/app/assets/components/core-field/demo.html +67 -0
- data/app/assets/components/core-field/index.html +22 -0
- data/app/assets/components/core-field/metadata.html +26 -0
- data/app/assets/components/core-header-panel/README.md +4 -0
- data/app/assets/components/core-header-panel/bower.json +7 -0
- data/app/assets/components/core-header-panel/core-header-panel.css +75 -0
- data/app/assets/components/core-header-panel/core-header-panel.html +225 -0
- data/app/assets/components/core-header-panel/demo.html +100 -0
- data/app/assets/components/core-header-panel/index.html +23 -0
- data/app/assets/components/core-header-panel/metadata.html +37 -0
- data/app/assets/components/core-icon/README.md +4 -0
- data/app/assets/components/core-icon/bower.json +8 -0
- data/app/assets/components/{core/icon → core-icon}/core-icon.css +3 -12
- data/app/assets/components/core-icon/core-icon.html +189 -0
- data/app/assets/components/core-icon/demo.html +44 -0
- data/app/assets/components/core-icon/index.html +22 -0
- data/app/assets/components/core-icon/metadata.html +21 -0
- data/app/assets/components/core-icon-button/README.md +4 -0
- data/app/assets/components/core-icon-button/bower.json +7 -0
- data/app/assets/components/core-icon-button/core-icon-button.css +75 -0
- data/app/assets/components/core-icon-button/core-icon-button.html +81 -0
- data/app/assets/components/core-icon-button/demo.html +35 -0
- data/app/assets/components/core-icon-button/index.html +22 -0
- data/app/assets/components/core-icon-button/metadata.html +20 -0
- data/app/assets/components/core-icons/README.md +4 -0
- data/app/assets/components/core-icons/av-icons.html +46 -0
- data/app/assets/components/core-icons/bower.json +9 -0
- data/app/assets/components/core-icons/communication-icons.html +59 -0
- data/app/assets/components/core-icons/core-icons.html +278 -0
- data/app/assets/components/core-icons/demo.html +96 -0
- data/app/assets/components/core-icons/device-icons.html +59 -0
- data/app/assets/components/core-icons/editor-icons.html +67 -0
- data/app/assets/components/core-icons/hardware-icons.html +58 -0
- data/app/assets/components/core-icons/image-icons.html +146 -0
- data/app/assets/components/core-icons/index.html +22 -0
- data/app/assets/components/core-icons/maps-icons.html +69 -0
- data/app/assets/components/core-icons/notification-icons.html +50 -0
- data/app/assets/components/core-icons/png-icons.html +19 -0
- data/app/assets/components/core-icons/social-icons.html +52 -0
- data/app/assets/components/core-iconset/README.md +4 -0
- data/app/assets/components/core-iconset/bower.json +9 -0
- data/app/assets/components/{core/iconset/core-iconset.html.erb → core-iconset/core-iconset.html} +29 -24
- data/app/assets/components/core-iconset/demo.html +62 -0
- data/app/assets/components/core-iconset/index.html +22 -0
- data/app/assets/components/core-iconset/my-icons-big.png +0 -0
- data/app/assets/components/core-iconset/my-icons.png +0 -0
- data/app/assets/components/core-iconset-svg/README.md +4 -0
- data/app/assets/components/core-iconset-svg/bower.json +8 -0
- data/app/assets/components/core-iconset-svg/core-iconset-svg.html +168 -0
- data/app/assets/components/core-iconset-svg/demo.html +66 -0
- data/app/assets/components/core-iconset-svg/index.html +22 -0
- data/app/assets/components/core-iconset-svg/svg-sample-icons.html +68 -0
- data/app/assets/components/core-input/README.md +2 -0
- data/app/assets/components/core-input/bower.json +6 -0
- data/app/assets/components/core-input/core-input.css +45 -0
- data/app/assets/components/{core/input/core-input.html.erb → core-input/core-input.html} +164 -95
- data/app/assets/components/core-input/demo.html +142 -0
- data/app/assets/components/core-input/index.html +22 -0
- data/app/assets/components/core-input/metadata.html +20 -0
- data/app/assets/components/core-item/README.md +4 -0
- data/app/assets/components/core-item/bower.json +8 -0
- data/app/assets/components/core-item/core-item.css +44 -0
- data/app/assets/components/core-item/core-item.html +74 -0
- data/app/assets/components/core-item/demo.html +92 -0
- data/app/assets/components/core-item/index.html +22 -0
- data/app/assets/components/core-item/metadata.html +24 -0
- data/app/assets/components/core-media-query/README.md +4 -0
- data/app/assets/components/core-media-query/bower.json +7 -0
- data/app/assets/components/{core/media-query → core-media-query}/core-media-query.html +1 -0
- data/app/assets/components/core-media-query/demo.html +44 -0
- data/app/assets/components/core-media-query/index.html +22 -0
- data/app/assets/components/core-menu/README.md +4 -0
- data/app/assets/components/core-menu/bower.json +9 -0
- data/app/assets/components/{core/menu → core-menu}/core-menu.css +0 -0
- data/app/assets/components/{core/menu/core-menu.html.erb → core-menu/core-menu.html} +3 -3
- data/app/assets/components/{core/menu → core-menu}/core-submenu.css +0 -0
- data/app/assets/components/{core/menu/core-submenu.html.erb → core-menu/core-submenu.html} +10 -10
- data/app/assets/components/core-menu/demo.html +101 -0
- data/app/assets/components/core-menu/index.html +22 -0
- data/app/assets/components/core-menu/metadata.html +62 -0
- data/app/assets/components/core-meta/README.md +4 -0
- data/app/assets/components/core-meta/bower.json +7 -0
- data/app/assets/components/{core/meta → core-meta}/core-meta.html +24 -22
- data/app/assets/components/core-meta/demo.html +58 -0
- data/app/assets/components/core-meta/index.html +22 -0
- data/app/assets/components/core-overlay/README.md +4 -0
- data/app/assets/components/core-overlay/bower.json +8 -0
- data/app/assets/components/{core/overlay → core-overlay}/core-key-helper.html +2 -0
- data/app/assets/components/{core/overlay → core-overlay}/core-overlay-layer.html +112 -112
- data/app/assets/components/{core/overlay/core-overlay.html.erb → core-overlay/core-overlay.html} +77 -51
- data/app/assets/components/core-overlay/demo.html +155 -0
- data/app/assets/components/core-overlay/index.html +22 -0
- data/app/assets/components/core-popup-menu/README.md +6 -0
- data/app/assets/components/core-popup-menu/bower.json +13 -0
- data/app/assets/components/core-popup-menu/core-popup-menu.css +28 -0
- data/app/assets/components/core-popup-menu/core-popup-menu.html +198 -0
- data/app/assets/components/core-popup-menu/core-popup-overlay.html +111 -0
- data/app/assets/components/core-popup-menu/demo.html +542 -0
- data/app/assets/components/core-popup-menu/index.html +22 -0
- data/app/assets/components/core-popup-menu/metadata.html +62 -0
- data/app/assets/components/core-range/README.md +2 -0
- data/app/assets/components/core-range/bower.json +7 -0
- data/app/assets/components/{core/range → core-range}/core-range.html +17 -15
- data/app/assets/components/core-range/demo.html +64 -0
- data/app/assets/components/core-range/index.html +22 -0
- data/app/assets/components/core-scroll-header-panel/README.md +4 -0
- data/app/assets/components/core-scroll-header-panel/bower.json +11 -0
- data/app/assets/components/core-scroll-header-panel/core-scroll-header-panel.css +58 -0
- data/app/assets/components/core-scroll-header-panel/core-scroll-header-panel.html +313 -0
- data/app/assets/components/core-scroll-header-panel/demo.html +111 -0
- data/app/assets/components/core-scroll-header-panel/demos/demo1.html +80 -0
- data/app/assets/components/core-scroll-header-panel/demos/demo2.html +82 -0
- data/app/assets/components/core-scroll-header-panel/demos/demo3.html +81 -0
- data/app/assets/components/core-scroll-header-panel/demos/demo4.html +109 -0
- data/app/assets/components/core-scroll-header-panel/demos/demo5.html +109 -0
- data/app/assets/components/core-scroll-header-panel/demos/demo6.html +113 -0
- data/app/assets/components/core-scroll-header-panel/demos/demo7.html +120 -0
- data/app/assets/components/core-scroll-header-panel/demos/demo8.html +122 -0
- data/app/assets/components/core-scroll-header-panel/demos/demo9.html +100 -0
- data/app/assets/components/core-scroll-header-panel/demos/images/bg2.jpg +0 -0
- data/app/assets/components/core-scroll-header-panel/demos/images/bg3.jpg +0 -0
- data/app/assets/components/core-scroll-header-panel/demos/images/bg5.jpg +0 -0
- data/app/assets/components/core-scroll-header-panel/demos/images/bg6.jpg +0 -0
- data/app/assets/components/core-scroll-header-panel/demos/images/bg9.jpg +0 -0
- data/app/assets/components/core-scroll-header-panel/demos/lorem-ipsum.html +42 -0
- data/app/assets/components/core-scroll-header-panel/index.html +22 -0
- data/app/assets/components/core-scroll-header-panel/metadata.html +41 -0
- data/app/assets/components/core-selection/README.md +4 -0
- data/app/assets/components/core-selection/bower.json +7 -0
- data/app/assets/components/{core/selection → core-selection}/core-selection.html +6 -5
- data/app/assets/components/core-selection/demo.html +59 -0
- data/app/assets/components/core-selection/index.html +22 -0
- data/app/assets/components/core-selector/README.md +4 -0
- data/app/assets/components/core-selector/bower.json +8 -0
- data/app/assets/components/{core/selector/core-selector.html.erb → core-selector/core-selector.html} +53 -16
- data/app/assets/components/core-selector/demo.html +106 -0
- data/app/assets/components/core-selector/index.html +22 -0
- data/app/assets/components/core-selector/metadata.html +20 -0
- data/app/assets/components/core-style/README.md +4 -0
- data/app/assets/components/core-style/bower.json +7 -0
- data/app/assets/components/{core/style → core-style}/core-style.html +387 -386
- data/app/assets/components/core-style/demo.html +58 -0
- data/app/assets/components/core-style/elements.html +55 -0
- data/app/assets/components/core-style/index.html +22 -0
- data/app/assets/components/core-style/my-theme.html +73 -0
- data/app/assets/components/core-toolbar/README.md +4 -0
- data/app/assets/components/core-toolbar/bower.json +7 -0
- data/app/assets/components/core-toolbar/core-toolbar.css +110 -0
- data/app/assets/components/core-toolbar/core-toolbar.html +74 -0
- data/app/assets/components/core-toolbar/demo.html +107 -0
- data/app/assets/components/core-toolbar/index.html +22 -0
- data/app/assets/components/core-toolbar/metadata.html +28 -0
- data/app/assets/components/core-transition/README.md +2 -0
- data/app/assets/components/core-transition/bower.json +8 -0
- data/app/assets/components/core-transition/core-transition-css.html +221 -0
- data/app/assets/components/{core/transition → core-transition}/core-transition-overlay.css +1 -1
- data/app/assets/components/core-transition/core-transition.html +140 -0
- data/app/assets/components/core-transition/demo.html +87 -0
- data/app/assets/components/core-transition/index.html +22 -0
- data/app/assets/components/font-roboto/roboto.html +9 -0
- data/app/assets/components/paper-button/README.md +4 -0
- data/app/assets/components/paper-button/bower.json +11 -0
- data/app/assets/components/paper-button/demo.html +99 -0
- data/app/assets/components/paper-button/demo2.html +136 -0
- data/app/assets/components/paper-button/index.html +22 -0
- data/app/assets/components/paper-button/metadata.html +17 -0
- data/app/assets/components/paper-button/paper-button.css +11 -1
- data/app/assets/components/paper-button/{paper-button.html.erb → paper-button.html} +9 -8
- data/app/assets/components/paper-checkbox/README.md +4 -0
- data/app/assets/components/paper-checkbox/bower.json +8 -0
- data/app/assets/components/paper-checkbox/demo.html +113 -0
- data/app/assets/components/paper-checkbox/index.html +22 -0
- data/app/assets/components/paper-checkbox/metadata.html +17 -0
- data/app/assets/components/paper-checkbox/paper-checkbox.css +49 -48
- data/app/assets/components/paper-checkbox/{paper-checkbox.html.erb → paper-checkbox.html} +110 -104
- data/app/assets/components/paper-dialog/README.md +4 -0
- data/app/assets/components/paper-dialog/bower.json +10 -0
- data/app/assets/components/paper-dialog/demo.html +85 -0
- data/app/assets/components/paper-dialog/index.html +22 -0
- data/app/assets/components/paper-dialog/{paper-dialog-transition.html.erb → paper-dialog-transition.html} +3 -3
- data/app/assets/components/paper-dialog/paper-dialog.css +52 -0
- data/app/assets/components/paper-dialog/{paper-dialog.html.erb → paper-dialog.html} +7 -7
- data/app/assets/components/paper-dropdown/README.md +9 -0
- data/app/assets/components/paper-dropdown/bower.json +12 -0
- data/app/assets/components/paper-dropdown/demo.html +345 -0
- data/app/assets/components/paper-dropdown/index.html +22 -0
- data/app/assets/components/paper-dropdown/paper-dropdown.css +48 -0
- data/app/assets/components/paper-dropdown/paper-dropdown.html +191 -0
- data/app/assets/components/paper-fab/README.md +4 -0
- data/app/assets/components/paper-fab/bower.json +8 -0
- data/app/assets/components/paper-fab/demo.html +72 -0
- data/app/assets/components/paper-fab/demo2.html +103 -0
- data/app/assets/components/paper-fab/index.html +22 -0
- data/app/assets/components/paper-fab/metadata.html +36 -0
- data/app/assets/components/paper-fab/paper-fab.css +11 -2
- data/app/assets/components/paper-fab/{paper-fab.html.erb → paper-fab.html} +3 -2
- data/app/assets/components/paper-focusable/README.md +4 -0
- data/app/assets/components/paper-focusable/bower.json +7 -0
- data/app/assets/components/paper-focusable/demo.html +155 -0
- data/app/assets/components/paper-focusable/paper-focusable.html +2 -0
- data/app/assets/components/paper-icon-button/README.md +4 -0
- data/app/assets/components/paper-icon-button/bower.json +9 -0
- data/app/assets/components/paper-icon-button/demo.html +102 -0
- data/app/assets/components/paper-icon-button/index.html +22 -0
- data/app/assets/components/paper-icon-button/metadata.html +21 -0
- data/app/assets/components/paper-icon-button/paper-icon-button.css +1 -1
- data/app/assets/components/paper-icon-button/{paper-icon-button.html.erb → paper-icon-button.html} +7 -7
- data/app/assets/components/paper-icon-button/pulse-ink.css +20 -0
- data/app/assets/components/paper-input/README.md +4 -0
- data/app/assets/components/paper-input/bower.json +11 -0
- data/app/assets/components/paper-input/demo.html +124 -0
- data/app/assets/components/paper-input/index.html +22 -0
- data/app/assets/components/paper-input/metadata.html +23 -0
- data/app/assets/components/paper-input/paper-input.css +152 -0
- data/app/assets/components/paper-input/paper-input.html +314 -0
- data/app/assets/components/paper-item/README.md +4 -0
- data/app/assets/components/paper-item/bower.json +9 -0
- data/app/assets/components/paper-item/demo.html +39 -0
- data/app/assets/components/paper-item/index.html +22 -0
- data/app/assets/components/paper-item/metadata.html +23 -0
- data/app/assets/components/paper-item/paper-item.css +15 -2
- data/app/assets/components/paper-item/{paper-item.html.erb → paper-item.html} +7 -6
- data/app/assets/components/paper-menu-button/README.md +4 -0
- data/app/assets/components/paper-menu-button/bower.json +16 -0
- data/app/assets/components/paper-menu-button/demo.html +95 -0
- data/app/assets/components/paper-menu-button/index.html +22 -0
- data/app/assets/components/paper-menu-button/metadata.html +21 -0
- data/app/assets/components/paper-menu-button/{paper-menu-button-transition.html.erb → paper-menu-button-transition.html} +31 -26
- data/app/assets/components/paper-menu-button/paper-menu-button.css +5 -9
- data/app/assets/components/paper-menu-button/{paper-menu-button.html.erb → paper-menu-button.html} +52 -20
- data/app/assets/components/paper-progress/README.md +4 -0
- data/app/assets/components/paper-progress/bower.json +8 -0
- data/app/assets/components/paper-progress/demo.html +107 -0
- data/app/assets/components/paper-progress/index.html +22 -0
- data/app/assets/components/paper-progress/metadata.html +17 -0
- data/app/assets/components/paper-progress/paper-progress.css +1 -1
- data/app/assets/components/paper-progress/{paper-progress.html.erb → paper-progress.html} +23 -23
- data/app/assets/components/paper-radio-button/README.md +4 -0
- data/app/assets/components/paper-radio-button/bower.json +7 -0
- data/app/assets/components/paper-radio-button/demo.html +75 -0
- data/app/assets/components/paper-radio-button/index.html +22 -0
- data/app/assets/components/paper-radio-button/metadata.html +17 -0
- data/app/assets/components/paper-radio-button/paper-radio-button.css +14 -8
- data/app/assets/components/paper-radio-button/{paper-radio-button.html.erb → paper-radio-button.html} +38 -29
- data/app/assets/components/paper-radio-group/README.md +4 -0
- data/app/assets/components/paper-radio-group/bower.json +9 -0
- data/app/assets/components/paper-radio-group/demo.html +82 -0
- data/app/assets/components/paper-radio-group/index.html +22 -0
- data/app/assets/components/paper-radio-group/metadata.html +22 -0
- data/app/assets/components/paper-radio-group/{paper-radio-group.html.erb → paper-radio-group.html} +16 -16
- data/app/assets/components/paper-ripple/README.md +4 -0
- data/app/assets/components/paper-ripple/bower.json +9 -0
- data/app/assets/components/paper-ripple/demo.html +418 -0
- data/app/assets/components/paper-ripple/index.html +22 -0
- data/app/assets/components/paper-ripple/metadata.html +20 -0
- data/app/assets/components/paper-ripple/paper-ripple.html +3 -2
- data/app/assets/components/paper-ripple/raw.html +799 -0
- data/app/assets/components/paper-shadow/README.md +4 -0
- data/app/assets/components/paper-shadow/bower.json +7 -0
- data/app/assets/components/paper-shadow/demo.html +252 -0
- data/app/assets/components/paper-shadow/index.html +22 -0
- data/app/assets/components/paper-shadow/metadata.html +17 -0
- data/app/assets/components/paper-shadow/paper-shadow.css +11 -1
- data/app/assets/components/paper-shadow/{paper-shadow.html.erb → paper-shadow.html} +11 -4
- data/app/assets/components/paper-slider/README.md +4 -0
- data/app/assets/components/paper-slider/bower.json +9 -0
- data/app/assets/components/paper-slider/demo.html +151 -0
- data/app/assets/components/paper-slider/index.html +22 -0
- data/app/assets/components/paper-slider/metadata.html +20 -0
- data/app/assets/components/paper-slider/paper-slider.css +58 -26
- data/app/assets/components/paper-slider/{paper-slider.html.erb → paper-slider.html} +72 -75
- data/app/assets/components/paper-tabs/README.md +4 -0
- data/app/assets/components/paper-tabs/bower.json +12 -0
- data/app/assets/components/paper-tabs/demo.html +166 -0
- data/app/assets/components/paper-tabs/index.html +22 -0
- data/app/assets/components/paper-tabs/metadata.html +58 -0
- data/app/assets/components/paper-tabs/{paper-tab.html.erb → paper-tab.html} +10 -10
- data/app/assets/components/paper-tabs/paper-tabs.css +1 -1
- data/app/assets/components/paper-tabs/{paper-tabs.html.erb → paper-tabs.html} +29 -25
- data/app/assets/components/paper-toast/README.md +4 -0
- data/app/assets/components/paper-toast/bower.json +10 -0
- data/app/assets/components/paper-toast/demo.html +67 -0
- data/app/assets/components/paper-toast/index.html +22 -0
- data/app/assets/components/paper-toast/metadata.html +20 -0
- data/app/assets/components/paper-toast/paper-toast.css +80 -0
- data/app/assets/components/paper-toast/{paper-toast.html.erb → paper-toast.html} +39 -39
- data/app/assets/components/paper-toggle-button/README.md +4 -0
- data/app/assets/components/paper-toggle-button/bower.json +8 -0
- data/app/assets/components/paper-toggle-button/demo.html +77 -0
- data/app/assets/components/paper-toggle-button/index.html +22 -0
- data/app/assets/components/paper-toggle-button/metadata.html +17 -0
- data/app/assets/components/paper-toggle-button/paper-toggle-button.css +1 -1
- data/app/assets/components/paper-toggle-button/{paper-toggle-button.html.erb → paper-toggle-button.html} +39 -20
- data/app/assets/components/platform/README.md +6 -0
- data/app/assets/components/platform/bower.json +16 -0
- data/app/assets/components/platform/build.log +35 -0
- data/app/assets/components/platform/platform.js +16 -0
- data/app/assets/components/platform/platform.js.map +1 -0
- data/app/assets/components/polymer/README.md +17 -0
- data/app/assets/components/polymer/bower.json +8 -0
- data/app/assets/components/polymer/build.log +35 -0
- data/app/assets/components/polymer/layout.html +286 -0
- data/app/assets/components/polymer/polymer.html +13 -0
- data/app/assets/components/polymer/polymer.js +14 -0
- data/app/assets/components/polymer/polymer.js.map +1 -0
- data/app/assets/components/sampler-scaffold/README.md +4 -0
- data/app/assets/components/sampler-scaffold/bower.json +12 -0
- data/app/assets/components/sampler-scaffold/demo.html +54 -0
- data/app/assets/components/sampler-scaffold/demos/checkbox.html +20 -0
- data/app/assets/components/sampler-scaffold/demos/color.html +20 -0
- data/app/assets/components/sampler-scaffold/demos/radio.html +20 -0
- data/app/assets/components/sampler-scaffold/demos/range.html +20 -0
- data/app/assets/components/sampler-scaffold/demos/string.html +20 -0
- data/app/assets/components/sampler-scaffold/index.html +22 -0
- data/app/assets/components/sampler-scaffold/sampler-scaffold.css +157 -0
- data/app/assets/components/sampler-scaffold/sampler-scaffold.html +224 -0
- data/app/assets/components/web-animations-js/COPYING +202 -0
- data/app/assets/components/web-animations-js/README.md +237 -0
- data/app/assets/components/web-animations-js/run-lint.sh +19 -0
- data/app/assets/components/web-animations-js/run-tests-android.sh +25 -0
- data/app/assets/components/web-animations-js/run-tests.sh +15 -0
- data/app/assets/components/web-animations-js/test/bootstrap.js +1266 -0
- data/app/assets/components/web-animations-js/test/img/error.png +0 -0
- data/app/assets/components/web-animations-js/test/img/success.png +0 -0
- data/app/assets/components/web-animations-js/test/img/unknown.png +0 -0
- data/app/assets/components/web-animations-js/test/perf/balls-add-compositing.html +147 -0
- data/app/assets/components/web-animations-js/test/perf/balls-replace-compositing.html +144 -0
- data/app/assets/components/web-animations-js/test/perf/perf.js +158 -0
- data/app/assets/components/web-animations-js/test/perf/updating-inline-style-during-animation.html +165 -0
- data/app/assets/components/web-animations-js/test/test-generator.html +240 -0
- data/app/assets/components/web-animations-js/test/test-results-post.html +3 -0
- data/app/assets/components/web-animations-js/test/test-runner.html +810 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-box-shadow-checks.js +42 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-box-shadow.html +40 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-calc-checks.js +41 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-calc.html +156 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-change-playback-rate-checks.js +23 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-circular-path-checks.js +65 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-circular-path.html +83 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-color-checks.js +101 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-color-names-checks.js +431 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-color-names.html +204 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-color.html +117 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-composite-transforms-checks.js +45 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-composite-transforms.html +97 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-compositor-checks.js +26 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-compositor.html +68 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-delay-checks.js +92 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-delay.html +39 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-element-animate-checks.js +8 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-element-animate.html +30 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-fill-values-checks.js +266 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-fill-values.html +114 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-font-weight-checks.js +26 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-font-weight.html +43 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-initial-checks.js +74 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-initial.html +242 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-inline-style-checks.js +17 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-inline-style-fallback-checks.js +17 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-inline-style-fallback.html +78 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-inline-style-methods-checks.js +17 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-inline-style-methods.html +70 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-inline-style.html +69 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-integer-checks.js +38 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-integer.html +52 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-iteration-start-checks.js +506 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-iteration-start.html +160 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-iterations-alternate-checks.js +44 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-iterations-alternate-holes-checks.js +41 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-iterations-alternate-holes.html +48 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-iterations-alternate.html +50 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-iterations-basic-checks.js +162 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-iterations-basic.html +116 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-iterations-fill-checks.js +602 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-iterations-fill.html +167 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-keyframe-creation-checks.js +67 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-keyframe-creation.html +109 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-keyframe-easing-checks.js +65 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-keyframe-easing.html +64 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-length-units-checks.js +342 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-length-units.html +103 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-matrix-transforms-checks.js +56 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-matrix-transforms.html +90 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-motion-path-checks.js +110 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-motion-path.html +133 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-non-numeric-checks.js +26 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-non-numeric.html +42 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-parent-checks.js +38 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-parent.html +52 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-partial-keyframes-checks.js +27 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-partial-keyframes.html +43 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-path-checks.js +20 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-path.html +41 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-pause-checks.js +79 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-pause.html +82 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-perspective-checks.js +37 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-perspective-origin-checks.js +61 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-perspective-origin.html +94 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-perspective.html +79 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-playback-rate-checks.js +146 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-playback-rate.html +128 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-position-list-type-checks.js +73 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-rectangle-checks.js +23 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-rectangle.html +57 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-reparent-checks.js +95 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-reparent.html +60 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-seq-speed-checks.js +69 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-seq-speed.html +86 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-shorthand-checks.js +197 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-shorthand.html +115 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-start-time-checks.js +58 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-start-time-iterations-checks.js +92 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-start-time-iterations.html +107 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-start-time.html +90 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-svg-anim-checks.js +23 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-svg-anim.html +39 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-svg-circle-checks.js +23 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-svg-circle.html +38 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-svg-color-checks.js +20 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-svg-color.html +36 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-text-shadow-checks.js +20 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-text-shadow.html +37 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-timing-functions-checks.js +89 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-timing-functions.html +77 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-to-animation-checks.js +58 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-to-animation.html +83 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-transform-3d-checks.js +134 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-transform-3d.html +123 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-transform-functions-checks.js +160 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-transform-functions.html +158 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-transform-origin-checks.js +37 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-transform-origin.html +80 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-transform-primitives-checks.js +292 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-transform-primitives.html +97 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-transform-units-checks.js +202 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-transform-units.html +98 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-visibility-checks.js +54 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-visibility.html +80 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-wrapping-bug-checks.js +58 -0
- data/app/assets/components/web-animations-js/test/testcases/auto-test-wrapping-bug.html +60 -0
- data/app/assets/components/web-animations-js/test/testcases/background.png +0 -0
- data/app/assets/components/web-animations-js/test/testcases/disabled-auto-test-change-playback-rate.html +65 -0
- data/app/assets/components/web-animations-js/test/testcases/disabled-auto-test-position-list-type.html +103 -0
- data/app/assets/components/web-animations-js/test/testcases/disabled-media.html +439 -0
- data/app/assets/components/web-animations-js/test/testcases/disabled-test-compositing-order.html +112 -0
- data/app/assets/components/web-animations-js/test/testcases/impl-test-deprecation.html +85 -0
- data/app/assets/components/web-animations-js/test/testcases/impl-test-from-css-value.html +219 -0
- data/app/assets/components/web-animations-js/test/testcases/impl-test-paced-timing-function.html +83 -0
- data/app/assets/components/web-animations-js/test/testcases/impl-test-totimelinetime.html +37 -0
- data/app/assets/components/web-animations-js/test/testcases/impl-unit-test-position-type.html +256 -0
- data/app/assets/components/web-animations-js/test/testcases/manual-test-add-player-onend.html +57 -0
- data/app/assets/components/web-animations-js/test/testcases/manual-test-preset-timings.html +71 -0
- data/app/assets/components/web-animations-js/test/testcases/manual-test-step.html +88 -0
- data/app/assets/components/web-animations-js/test/testcases/small.mp4 +0 -0
- data/app/assets/components/web-animations-js/test/testcases/small.webm +0 -0
- data/app/assets/components/web-animations-js/test/testcases/test-bounds.html +69 -0
- data/app/assets/components/web-animations-js/test/testcases/test-document-timeline.html +53 -0
- data/app/assets/components/web-animations-js/test/testcases/test-dynamic-load.html +65 -0
- data/app/assets/components/web-animations-js/test/testcases/test-fill-auto.html +78 -0
- data/app/assets/components/web-animations-js/test/testcases/test-getcurrent.html +324 -0
- data/app/assets/components/web-animations-js/test/testcases/test-keyframe-animation-effect.html +248 -0
- data/app/assets/components/web-animations-js/test/testcases/test-keyframe-composite-operation.html +182 -0
- data/app/assets/components/web-animations-js/test/testcases/test-null-target.html +66 -0
- data/app/assets/components/web-animations-js/test/testcases/test-pause-for-testing.html +52 -0
- data/app/assets/components/web-animations-js/test/testcases/test-player-addeventlistener.html +161 -0
- data/app/assets/components/web-animations-js/test/testcases/test-player-cleanup.html +79 -0
- data/app/assets/components/web-animations-js/test/testcases/test-player-finish-event.html +101 -0
- data/app/assets/components/web-animations-js/test/testcases/test-player-sort.html +48 -0
- data/app/assets/components/web-animations-js/test/testcases/test-player.html +786 -0
- data/app/assets/components/web-animations-js/test/testcases/test-pseudo-element-reference.html +38 -0
- data/app/assets/components/web-animations-js/test/testcases/test-repeated-pause.html +54 -0
- data/app/assets/components/web-animations-js/test/testcases/test-restart.html +115 -0
- data/app/assets/components/web-animations-js/test/testcases/test-reversed-player-active-phase.html +28 -0
- data/app/assets/components/web-animations-js/test/testcases/test-rotation-not-reversed.html +55 -0
- data/app/assets/components/web-animations-js/test/testcases/test-update-state.html +113 -0
- data/app/assets/components/web-animations-js/test/testcases/unit-test-clone.html +80 -0
- data/app/assets/components/web-animations-js/test/testcases/unit-test-delay.html +66 -0
- data/app/assets/components/web-animations-js/test/testcases/unit-test-dom-operations.html +164 -0
- data/app/assets/components/web-animations-js/test/testcases/unit-test-duration.html +66 -0
- data/app/assets/components/web-animations-js/test/testcases/unit-test-get-siblings.html +112 -0
- data/app/assets/components/web-animations-js/test/testcases/unit-test-modify-timing-params.html +105 -0
- data/app/assets/components/web-animations-js/test/testcases/unit-test-null-effect.html +43 -0
- data/app/assets/components/web-animations-js/test/testcases/unit-test-set-parent.html +111 -0
- data/app/assets/components/web-animations-js/test/testcases/unit-test-testharness-failure.html +54 -0
- data/app/assets/components/web-animations-js/test/testcases/unit-test-testharness.html +248 -0
- data/app/assets/components/web-animations-js/test/testcases/unit-test-unpause.html +68 -0
- data/app/assets/components/web-animations-js/test/testcases.js +93 -0
- data/app/assets/components/web-animations-js/test/testharness_timing.css +75 -0
- data/app/assets/components/web-animations-js/test/update-testcases.py +63 -0
- data/app/assets/components/web-animations-js/tools/android/config.sh +8 -0
- data/app/assets/components/web-animations-js/tools/android/setup.sh +152 -0
- data/app/assets/components/web-animations-js/tools/android/stop.sh +20 -0
- data/app/assets/components/web-animations-js/tools/python/requirements.txt +12 -0
- data/app/assets/components/web-animations-js/tools/python/run-tests.py +813 -0
- data/app/assets/components/web-animations-js/tools/python/setup.sh +60 -0
- data/app/assets/components/web-animations-js/tutorial/basic-animations/basic-animation-exercise-1.html +62 -0
- data/app/assets/components/web-animations-js/tutorial/basic-animations/basic-animation.html +120 -0
- data/app/assets/components/web-animations-js/tutorial/iframe-contents.html +29 -0
- data/app/assets/components/web-animations-js/tutorial/jquery.js +9555 -0
- data/app/assets/components/web-animations-js/tutorial/page-load.js +114 -0
- data/app/assets/components/web-animations-js/tutorial/parallel/parallel-exercise-1.html +58 -0
- data/app/assets/components/web-animations-js/tutorial/parallel/parallel.html +101 -0
- data/app/assets/components/web-animations-js/tutorial/sample-tutorial.html +44 -0
- data/app/assets/components/web-animations-js/tutorial/try-it-yourself.js +216 -0
- data/app/assets/components/web-animations-js/tutorial/tutorial-style.css +344 -0
- data/app/assets/components/web-animations-js/tutorial/tutorial-testing.js +84 -0
- data/app/assets/components/{core/animation → web-animations-js}/web-animations.js +77 -214
- data/lib/polymer-paper-rails/version.rb +1 -1
- metadata +540 -61
- data/app/assets/components/core/animation/web-animations.html.erb +0 -1
- data/app/assets/components/core/icon/core-icon.html.erb +0 -126
- data/app/assets/components/core/input/core-input.css +0 -35
- data/app/assets/components/core/list/core-list.css +0 -20
- data/app/assets/components/core/list/core-list.html.erb +0 -403
- data/app/assets/components/core/transition/core-transition-css.html.erb +0 -76
- data/app/assets/components/core/transition/core-transition.html.erb +0 -44
- data/app/assets/components/paper-input/error-100.png +0 -0
- data/app/assets/components/paper-input/error-200.png +0 -0
- data/app/assets/components/paper-input/paper-input.html.erb +0 -398
- data/app/assets/components/paper-input/paper-input.scss +0 -203
- data/app/assets/components/paper-menu-button/paper-menu-button-overlay.html.erb +0 -86
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 56679fa4f11f1c12f7e84286df2e1ef0f3d56b0a
|
|
4
|
+
data.tar.gz: 3c81094a6dc380d30df906a87ff5ef9a39eacdc5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9667c787263a094827de17c9247da4cb66347a6084f6f22aa21d89ebd81f662435b9a186d191f59047975e581b6fb2621cec6fa39ee71b125110b54bcf68e705
|
|
7
|
+
data.tar.gz: 7f8c239afea971c624d327e784e70c2e7a39236ef55a8b25ae63362295e09762f1c442273ff6a22aedd9e79b4d40fa0162ef0a0f167e0bc4da5fea3dbd3457e5
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
|
|
3
|
+
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
|
4
|
+
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
|
5
|
+
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
|
6
|
+
Code distributed by Google as part of the polymer project is also
|
|
7
|
+
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
|
8
|
+
-->
|
|
9
|
+
|
|
10
|
+
<link rel="import" href="../polymer/polymer.html">
|
|
11
|
+
<link rel="import" href="core-animation.html">
|
|
12
|
+
|
|
13
|
+
<!--
|
|
14
|
+
@group Polymer Core Elements
|
|
15
|
+
|
|
16
|
+
`core-animation-group` combines `core-animation` or `core-animation-group` elements to
|
|
17
|
+
create a grouped web animation. The group may be parallel (type is `par`) or sequential
|
|
18
|
+
(type is `seq`). Parallel groups play all the children elements simultaneously, and
|
|
19
|
+
sequential groups play the children one after another.
|
|
20
|
+
|
|
21
|
+
Example of an animation group to rotate and then fade an element:
|
|
22
|
+
|
|
23
|
+
<core-animation-group type="seq">
|
|
24
|
+
<core-animation id="fadeout" duration="500">
|
|
25
|
+
<core-animation-keyframe>
|
|
26
|
+
<core-animation-prop name="transform" value="rotate(0deg)"></core-animation-prop>
|
|
27
|
+
<core-animation-prop name="transform" value="rotate(45deg)"></core-animation-prop>
|
|
28
|
+
</core-animation-keyframe>
|
|
29
|
+
</core-animation>
|
|
30
|
+
<core-animation id="fadeout" duration="500">
|
|
31
|
+
<core-animation-keyframe>
|
|
32
|
+
<core-animation-prop name="opacity" value="1"></core-animation-prop>
|
|
33
|
+
</core-animation-keyframe>
|
|
34
|
+
<core-animation-keyframe>
|
|
35
|
+
<core-animation-prop name="opacity" value="0"></core-animation-prop>
|
|
36
|
+
</core-animation-keyframe>
|
|
37
|
+
</core-animation>
|
|
38
|
+
</core-animation-group>
|
|
39
|
+
|
|
40
|
+
@element core-animation-group
|
|
41
|
+
@status beta
|
|
42
|
+
@homepage github.io
|
|
43
|
+
-->
|
|
44
|
+
<polymer-element name="core-animation-group" constructor="CoreAnimationGroup" extends="core-animation" attributes="type">
|
|
45
|
+
<script>
|
|
46
|
+
(function() {
|
|
47
|
+
|
|
48
|
+
var ANIMATION_GROUPS = {
|
|
49
|
+
'par': AnimationGroup,
|
|
50
|
+
'seq': AnimationSequence
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
Polymer({
|
|
54
|
+
|
|
55
|
+
publish: {
|
|
56
|
+
/**
|
|
57
|
+
* If target is set, any children without a target will be assigned the group's
|
|
58
|
+
* target when this property is set.
|
|
59
|
+
*
|
|
60
|
+
* @property target
|
|
61
|
+
* @type HTMLElement|Node|Array|Array<HTMLElement|Node>
|
|
62
|
+
*/
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* For a `core-animation-group`, a duration of "auto" means the duration should
|
|
66
|
+
* be the specified duration of its children. If set to anything other than
|
|
67
|
+
* "auto", any children without a set duration will be assigned the group's duration.
|
|
68
|
+
*
|
|
69
|
+
* @property duration
|
|
70
|
+
* @type number
|
|
71
|
+
* @default "auto"
|
|
72
|
+
*/
|
|
73
|
+
duration: {value: 'auto', reflect: true},
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* The type of the animation group. 'par' creates a parallel group and 'seq' creates
|
|
77
|
+
* a sequential group.
|
|
78
|
+
*
|
|
79
|
+
* @property type
|
|
80
|
+
* @type String
|
|
81
|
+
* @default 'par'
|
|
82
|
+
*/
|
|
83
|
+
type: {value: 'par', reflect: true}
|
|
84
|
+
},
|
|
85
|
+
|
|
86
|
+
typeChanged: function() {
|
|
87
|
+
this.apply();
|
|
88
|
+
},
|
|
89
|
+
|
|
90
|
+
targetChanged: function() {
|
|
91
|
+
// Only propagate target to children animations if it's defined.
|
|
92
|
+
if (this.target) {
|
|
93
|
+
this.doOnChildren(function(c) {
|
|
94
|
+
c.target = this.target;
|
|
95
|
+
}.bind(this));
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
|
|
99
|
+
durationChanged: function() {
|
|
100
|
+
if (this.duration && this.duration !== 'auto') {
|
|
101
|
+
this.doOnChildren(function(c) {
|
|
102
|
+
// Propagate to children that is not a group and has no
|
|
103
|
+
// duration specified.
|
|
104
|
+
if (!c.type && (!c.duration || c.duration === 'auto')) {
|
|
105
|
+
c.duration = this.duration;
|
|
106
|
+
}
|
|
107
|
+
}.bind(this));
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
|
|
111
|
+
doOnChildren: function(inFn) {
|
|
112
|
+
var children = this.children;
|
|
113
|
+
if (!children.length) {
|
|
114
|
+
children = this.shadowRoot ? this.shadowRoot.childNodes : [];
|
|
115
|
+
}
|
|
116
|
+
Array.prototype.forEach.call(children, function(c) {
|
|
117
|
+
// TODO <template> in the way
|
|
118
|
+
c.apply && inFn(c);
|
|
119
|
+
}, this);
|
|
120
|
+
},
|
|
121
|
+
|
|
122
|
+
makeAnimation: function() {
|
|
123
|
+
return new ANIMATION_GROUPS[this.type](this.childAnimations, this.timingProps);
|
|
124
|
+
},
|
|
125
|
+
|
|
126
|
+
hasTarget: function() {
|
|
127
|
+
var ht = this.target !== null;
|
|
128
|
+
if (!ht) {
|
|
129
|
+
this.doOnChildren(function(c) {
|
|
130
|
+
ht = ht || c.hasTarget();
|
|
131
|
+
}.bind(this));
|
|
132
|
+
}
|
|
133
|
+
return ht;
|
|
134
|
+
},
|
|
135
|
+
|
|
136
|
+
apply: function() {
|
|
137
|
+
// Propagate target and duration to child animations first.
|
|
138
|
+
this.durationChanged();
|
|
139
|
+
this.targetChanged();
|
|
140
|
+
this.doOnChildren(function(c) {
|
|
141
|
+
c.apply();
|
|
142
|
+
});
|
|
143
|
+
return this.super();
|
|
144
|
+
},
|
|
145
|
+
|
|
146
|
+
get childAnimationElements() {
|
|
147
|
+
var list = [];
|
|
148
|
+
this.doOnChildren(function(c) {
|
|
149
|
+
if (c.makeAnimation) {
|
|
150
|
+
list.push(c);
|
|
151
|
+
}
|
|
152
|
+
});
|
|
153
|
+
return list;
|
|
154
|
+
},
|
|
155
|
+
|
|
156
|
+
get childAnimations() {
|
|
157
|
+
var list = [];
|
|
158
|
+
this.doOnChildren(function(c) {
|
|
159
|
+
if (c.animation) {
|
|
160
|
+
list.push(c.animation);
|
|
161
|
+
}
|
|
162
|
+
});
|
|
163
|
+
return list;
|
|
164
|
+
}
|
|
165
|
+
});
|
|
166
|
+
|
|
167
|
+
})();
|
|
168
|
+
</script>
|
|
169
|
+
</polymer-element>
|
|
@@ -0,0 +1,524 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
|
|
3
|
+
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
|
4
|
+
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
|
5
|
+
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
|
6
|
+
Code distributed by Google as part of the polymer project is also
|
|
7
|
+
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
|
8
|
+
-->
|
|
9
|
+
|
|
10
|
+
<link rel="import" href="../polymer/polymer.html">
|
|
11
|
+
<link rel="import" href="web-animations.html">
|
|
12
|
+
|
|
13
|
+
<!--
|
|
14
|
+
@group Polymer Core Elements
|
|
15
|
+
|
|
16
|
+
`core-animation` is a convenience element to use web animations with Polymer elements. It
|
|
17
|
+
allows you to create a web animation declaratively. You can extend this class to create
|
|
18
|
+
new types of animations and combine them with `core-animation-group`.
|
|
19
|
+
|
|
20
|
+
Example to create animation to fade out an element over 500ms:
|
|
21
|
+
|
|
22
|
+
<core-animation id="fadeout" duration="500">
|
|
23
|
+
<core-animation-keyframe>
|
|
24
|
+
<core-animation-prop name="opacity" value="1"></core-animation-prop>
|
|
25
|
+
</core-animation-keyframe>
|
|
26
|
+
<core-animation-keyframe>
|
|
27
|
+
<core-animation-prop name="opacity" value="0"></core-animation-prop>
|
|
28
|
+
</core-animation-keyframe>
|
|
29
|
+
</core-animation>
|
|
30
|
+
|
|
31
|
+
<div id="el">Fade me out</div>
|
|
32
|
+
|
|
33
|
+
<script>
|
|
34
|
+
var animation = document.getElementById('fadeout');
|
|
35
|
+
animation.target = document.getElementById('el');
|
|
36
|
+
animation.play();
|
|
37
|
+
</script>
|
|
38
|
+
|
|
39
|
+
Or do the same imperatively:
|
|
40
|
+
|
|
41
|
+
var animation = new CoreAnimation();
|
|
42
|
+
animation.duration = 500;
|
|
43
|
+
animation.keyframes = [
|
|
44
|
+
{opacity: 1},
|
|
45
|
+
{opacity: 0}
|
|
46
|
+
];
|
|
47
|
+
animation.target = document.getElementById('el');
|
|
48
|
+
animation.play();
|
|
49
|
+
|
|
50
|
+
You can also provide a javascript function instead of keyframes to the animation. This
|
|
51
|
+
behaves essentially the same as `requestAnimationFrame`:
|
|
52
|
+
|
|
53
|
+
var animation = new CoreAnimation();
|
|
54
|
+
animation.customEffect = function(timeFraction, target, animation) {
|
|
55
|
+
// do something custom
|
|
56
|
+
};
|
|
57
|
+
animation.play();
|
|
58
|
+
|
|
59
|
+
Elements that are targets to a `core-animation` are given the `core-animation-target` class.
|
|
60
|
+
|
|
61
|
+
@element core-animation
|
|
62
|
+
@status beta
|
|
63
|
+
@homepage github.io
|
|
64
|
+
-->
|
|
65
|
+
<polymer-element name="core-animation" constructor="CoreAnimation" attributes="target keyframes sample composite duration fill easing iterationStart iterationCount delay direction autoplay targetSelector">
|
|
66
|
+
<script>
|
|
67
|
+
(function() {
|
|
68
|
+
|
|
69
|
+
function toNumber(value, allowInfinity) {
|
|
70
|
+
return (allowInfinity && value === 'Infinity') ? Number.POSITIVE_INFINITY : Number(value);
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
Polymer({
|
|
74
|
+
/**
|
|
75
|
+
* Fired when the animation completes.
|
|
76
|
+
*
|
|
77
|
+
* @event core-animation-finish
|
|
78
|
+
*/
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
*
|
|
82
|
+
* Fired when the web animation object changes.
|
|
83
|
+
*
|
|
84
|
+
* @event core-animation-change
|
|
85
|
+
*/
|
|
86
|
+
|
|
87
|
+
publish: {
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* One or more nodes to animate.
|
|
91
|
+
*
|
|
92
|
+
* @property target
|
|
93
|
+
* @type HTMLElement|Node|Array<HTMLElement|Node>
|
|
94
|
+
*/
|
|
95
|
+
target: {value: null, reflect: true},
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* Animation keyframes specified as an array of dictionaries of
|
|
99
|
+
* <css properties>:<array of values> pairs. For example,
|
|
100
|
+
*
|
|
101
|
+
* @property keyframes
|
|
102
|
+
* @type Object
|
|
103
|
+
*/
|
|
104
|
+
keyframes: {value: null, reflect: true},
|
|
105
|
+
|
|
106
|
+
/**
|
|
107
|
+
* A custom animation function. Either provide this or `keyframes`. The signature
|
|
108
|
+
* of the callback is `EffectsCallback(timeFraction, target, animation)`
|
|
109
|
+
*
|
|
110
|
+
* @property customEffect
|
|
111
|
+
* @type Function(number, Object, Object)
|
|
112
|
+
*/
|
|
113
|
+
customEffect: {value: null, reflect: true},
|
|
114
|
+
|
|
115
|
+
/**
|
|
116
|
+
* Controls the composition behavior. If set to "replace", the effect overrides
|
|
117
|
+
* the underlying value for the target. If set the "add", the effect is added to
|
|
118
|
+
* the underlying value for the target. If set to "accumulate", the effect is
|
|
119
|
+
* accumulated to the underlying value for the target.
|
|
120
|
+
*
|
|
121
|
+
* In cases such as numbers or lengths, "add" and "accumulate" produce the same
|
|
122
|
+
* value. In list values, "add" is appending to the list, while "accumulate" is
|
|
123
|
+
* adding the individual components of the list.
|
|
124
|
+
*
|
|
125
|
+
* For example, adding `translateX(10px)` and `translateX(25px)` produces
|
|
126
|
+
* `translateX(10px) translateX(25px)` and accumulating produces `translateX(35px)`.
|
|
127
|
+
*
|
|
128
|
+
* @property composite
|
|
129
|
+
* @type "replace"|"add"|"accumulate"
|
|
130
|
+
* @default "replace"
|
|
131
|
+
*/
|
|
132
|
+
composite: {value: 'replace', reflect: true},
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* Animation duration in milliseconds, "Infinity", or "auto". "auto" is
|
|
136
|
+
* equivalent to 0.
|
|
137
|
+
*
|
|
138
|
+
* @property duration
|
|
139
|
+
* @type number|"Infinity"
|
|
140
|
+
* @default "auto"
|
|
141
|
+
*/
|
|
142
|
+
duration: {value: 'auto', reflect: true},
|
|
143
|
+
|
|
144
|
+
/**
|
|
145
|
+
* Controls the effect the animation has on the target when it's not playing.
|
|
146
|
+
* The possible values are "none", "forwards", "backwards", "both" or "auto".
|
|
147
|
+
*
|
|
148
|
+
* "none" means the animation has no effect when it's not playing.
|
|
149
|
+
*
|
|
150
|
+
* "forward" applies the value at the end of the animation after it's finished.
|
|
151
|
+
*
|
|
152
|
+
* "backwards" applies the value at the start of the animation to the target
|
|
153
|
+
* before it starts playing and has no effect when the animation finishes.
|
|
154
|
+
*
|
|
155
|
+
* "both" means "forwards" and "backwards". "auto" is equivalent to "none".
|
|
156
|
+
*
|
|
157
|
+
* @property fill
|
|
158
|
+
* @type "none"|"forwards"|"backwards"|"both"|"auto"
|
|
159
|
+
* @default "auto"
|
|
160
|
+
*/
|
|
161
|
+
fill: {value: 'auto', reflect: true},
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* A transition timing function. The values are equivalent to the CSS
|
|
165
|
+
* counterparts.
|
|
166
|
+
*
|
|
167
|
+
* @property easing
|
|
168
|
+
* @type string
|
|
169
|
+
* @default "linear"
|
|
170
|
+
*/
|
|
171
|
+
easing: {value: 'linear', reflect: true},
|
|
172
|
+
|
|
173
|
+
/**
|
|
174
|
+
* The number of milliseconds to delay before beginning the animation.
|
|
175
|
+
*
|
|
176
|
+
* @property delay
|
|
177
|
+
* @type Number
|
|
178
|
+
* @default 0
|
|
179
|
+
*/
|
|
180
|
+
delay: {value: 0, reflect: true},
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* The number of milliseconds to wait after the animation finishes. This is
|
|
184
|
+
* useful, for example, in an animation group to wait for some time before
|
|
185
|
+
* beginning the next item in the animation group.
|
|
186
|
+
*
|
|
187
|
+
* @property endDelay
|
|
188
|
+
* @type number
|
|
189
|
+
* @default 0
|
|
190
|
+
*/
|
|
191
|
+
endDelay: {value: 0, reflect: true},
|
|
192
|
+
|
|
193
|
+
/**
|
|
194
|
+
* The number of iterations this animation should run for.
|
|
195
|
+
*
|
|
196
|
+
* @property iterations
|
|
197
|
+
* @type Number|'Infinity'
|
|
198
|
+
* @default 1
|
|
199
|
+
*/
|
|
200
|
+
iterations: {value: 1, reflect: true},
|
|
201
|
+
|
|
202
|
+
/**
|
|
203
|
+
* Number of iterations into the animation in which to begin the effect.
|
|
204
|
+
* For example, setting this property to 0.5 and `iterations` to 2 will
|
|
205
|
+
* cause the animation to begin halfway through the first iteration but still
|
|
206
|
+
* run twice.
|
|
207
|
+
*
|
|
208
|
+
* @property iterationStart
|
|
209
|
+
* @type Number
|
|
210
|
+
* @default 0
|
|
211
|
+
*/
|
|
212
|
+
iterationStart: {value: 0, reflect: true},
|
|
213
|
+
|
|
214
|
+
/**
|
|
215
|
+
* (not working in web animations polyfill---do not use)
|
|
216
|
+
*
|
|
217
|
+
* Controls the iteration composition behavior. If set to "replace", the effect for
|
|
218
|
+
* every iteration is independent of each other. If set to "accumulate", the effect
|
|
219
|
+
* for iterations of the animation will build upon the value in the previous iteration.
|
|
220
|
+
*
|
|
221
|
+
* Example:
|
|
222
|
+
*
|
|
223
|
+
* // Moves the target 50px on the x-axis over 5 iterations.
|
|
224
|
+
* <core-animation iterations="5" iterationComposite="accumulate">
|
|
225
|
+
* <core-animation-keyframe>
|
|
226
|
+
* <core-animation-prop name="transform" value="translateX(10px)"></core-animation-prop>
|
|
227
|
+
* </core-animation-keyframe>
|
|
228
|
+
* </core-animation>
|
|
229
|
+
*
|
|
230
|
+
* @property iterationComposite
|
|
231
|
+
* @type "replace"|"accumulate"
|
|
232
|
+
* @default false
|
|
233
|
+
*/
|
|
234
|
+
iterationComposite: {value: 'replace', reflect: true},
|
|
235
|
+
|
|
236
|
+
/**
|
|
237
|
+
* The playback direction of the animation. "normal" plays the animation in the
|
|
238
|
+
* normal direction. "reverse" plays it in the reverse direction. "alternate"
|
|
239
|
+
* alternates the playback direction every iteration such that even iterations are
|
|
240
|
+
* played normally and odd iterations are reversed. "alternate-reverse" plays
|
|
241
|
+
* even iterations in the reverse direction and odd iterations in the normal
|
|
242
|
+
* direction.
|
|
243
|
+
*
|
|
244
|
+
* @property direction
|
|
245
|
+
* @type "normal"|"reverse"|"alternate"|"alternate-reverse"
|
|
246
|
+
* @default "normal"
|
|
247
|
+
*/
|
|
248
|
+
direction: {value: 'normal', reflect: true},
|
|
249
|
+
|
|
250
|
+
/**
|
|
251
|
+
* A multiplier to the playback rate to the animation.
|
|
252
|
+
*
|
|
253
|
+
* @property playbackRate
|
|
254
|
+
* @type number
|
|
255
|
+
* @default 1
|
|
256
|
+
*/
|
|
257
|
+
playbackRate: {value: 1, reflect: true},
|
|
258
|
+
|
|
259
|
+
/**
|
|
260
|
+
* If set to true, play the animation when it is created or a property is updated.
|
|
261
|
+
*
|
|
262
|
+
* @property autoplay
|
|
263
|
+
* @type boolean
|
|
264
|
+
* @default false
|
|
265
|
+
*/
|
|
266
|
+
autoplay: {value: false, reflect: true}
|
|
267
|
+
|
|
268
|
+
},
|
|
269
|
+
|
|
270
|
+
animation: false,
|
|
271
|
+
|
|
272
|
+
observe: {
|
|
273
|
+
target: 'apply',
|
|
274
|
+
keyframes: 'apply',
|
|
275
|
+
customEffect: 'apply',
|
|
276
|
+
composite: 'apply',
|
|
277
|
+
duration: 'apply',
|
|
278
|
+
fill: 'apply',
|
|
279
|
+
easing: 'apply',
|
|
280
|
+
iterations: 'apply',
|
|
281
|
+
iterationStart: 'apply',
|
|
282
|
+
iterationComposite: 'apply',
|
|
283
|
+
delay: 'apply',
|
|
284
|
+
endDelay: 'apply',
|
|
285
|
+
direction: 'apply',
|
|
286
|
+
playbackRate: 'apply',
|
|
287
|
+
autoplay: 'apply'
|
|
288
|
+
},
|
|
289
|
+
|
|
290
|
+
ready: function() {
|
|
291
|
+
this.apply();
|
|
292
|
+
},
|
|
293
|
+
|
|
294
|
+
/**
|
|
295
|
+
* Plays the animation. If the animation is currently paused, seeks the animation
|
|
296
|
+
* to the beginning before starting playback.
|
|
297
|
+
*
|
|
298
|
+
* @method play
|
|
299
|
+
* @return AnimationPlayer The animation player.
|
|
300
|
+
*/
|
|
301
|
+
play: function() {
|
|
302
|
+
this.apply();
|
|
303
|
+
if (this.animation && !this.autoplay) {
|
|
304
|
+
this.player = document.timeline.play(this.animation);
|
|
305
|
+
this.player.onfinish = this.animationFinishHandler.bind(this);
|
|
306
|
+
return this.player;
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
|
|
310
|
+
/**
|
|
311
|
+
* Stops the animation and clears all effects on the target.
|
|
312
|
+
*
|
|
313
|
+
* @method cancel
|
|
314
|
+
*/
|
|
315
|
+
cancel: function() {
|
|
316
|
+
if (this.player) {
|
|
317
|
+
this.player.cancel();
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
|
|
321
|
+
/**
|
|
322
|
+
* Seeks the animation to the end.
|
|
323
|
+
*
|
|
324
|
+
* @method finish
|
|
325
|
+
*/
|
|
326
|
+
finish: function() {
|
|
327
|
+
if (this.player) {
|
|
328
|
+
this.player.finish();
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
|
|
332
|
+
/**
|
|
333
|
+
* Pauses the animation.
|
|
334
|
+
*
|
|
335
|
+
* @method pause
|
|
336
|
+
*/
|
|
337
|
+
pause: function() {
|
|
338
|
+
if (this.player) {
|
|
339
|
+
this.player.pause();
|
|
340
|
+
}
|
|
341
|
+
},
|
|
342
|
+
|
|
343
|
+
/**
|
|
344
|
+
* @method hasTarget
|
|
345
|
+
* @return boolean True if `target` is defined.
|
|
346
|
+
*/
|
|
347
|
+
hasTarget: function() {
|
|
348
|
+
return this.target !== null;
|
|
349
|
+
},
|
|
350
|
+
|
|
351
|
+
/**
|
|
352
|
+
* Creates a web animations object based on this object's properties, and
|
|
353
|
+
* plays it if autoplay is true.
|
|
354
|
+
*
|
|
355
|
+
* @method apply
|
|
356
|
+
* @return Object A web animation.
|
|
357
|
+
*/
|
|
358
|
+
apply: function() {
|
|
359
|
+
this.animation = this.makeAnimation();
|
|
360
|
+
if (this.autoplay && this.animation) {
|
|
361
|
+
this.play();
|
|
362
|
+
}
|
|
363
|
+
return this.animation;
|
|
364
|
+
},
|
|
365
|
+
|
|
366
|
+
makeSingleAnimation: function(target) {
|
|
367
|
+
// XXX(yvonne): for selecting all the animated elements.
|
|
368
|
+
target.classList.add('core-animation-target');
|
|
369
|
+
return new Animation(target, this.animationEffect, this.timingProps);
|
|
370
|
+
},
|
|
371
|
+
|
|
372
|
+
makeAnimation: function() {
|
|
373
|
+
if (!this.target) {
|
|
374
|
+
return null;
|
|
375
|
+
}
|
|
376
|
+
var animation;
|
|
377
|
+
if (Array.isArray(this.target)) {
|
|
378
|
+
var array = [];
|
|
379
|
+
this.target.forEach(function(t) {
|
|
380
|
+
array.push(this.makeSingleAnimation(t));
|
|
381
|
+
}.bind(this));
|
|
382
|
+
animation = new AnimationGroup(array);
|
|
383
|
+
} else {
|
|
384
|
+
animation = this.makeSingleAnimation(this.target);
|
|
385
|
+
}
|
|
386
|
+
return animation;
|
|
387
|
+
},
|
|
388
|
+
|
|
389
|
+
animationChanged: function() {
|
|
390
|
+
// Sending 'this' with the event so you can always get the animation object
|
|
391
|
+
// that fired the event, due to event retargetting in shadow DOM.
|
|
392
|
+
this.fire('core-animation-change', this);
|
|
393
|
+
},
|
|
394
|
+
|
|
395
|
+
targetChanged: function(old) {
|
|
396
|
+
if (old) {
|
|
397
|
+
old.classList.remove('core-animation-target');
|
|
398
|
+
}
|
|
399
|
+
},
|
|
400
|
+
|
|
401
|
+
get timingProps() {
|
|
402
|
+
var props = {};
|
|
403
|
+
var timing = {
|
|
404
|
+
delay: {isNumber: true},
|
|
405
|
+
endDelay: {isNumber: true},
|
|
406
|
+
fill: {},
|
|
407
|
+
iterationStart: {isNumber: true},
|
|
408
|
+
iterations: {isNumber: true, allowInfinity: true},
|
|
409
|
+
duration: {isNumber: true},
|
|
410
|
+
playbackRate: {isNumber: true},
|
|
411
|
+
direction: {},
|
|
412
|
+
easing: {}
|
|
413
|
+
};
|
|
414
|
+
for (t in timing) {
|
|
415
|
+
if (this[t] !== null) {
|
|
416
|
+
var name = timing[t].property || t;
|
|
417
|
+
props[name] = timing[t].isNumber && this[t] !== 'auto' ?
|
|
418
|
+
toNumber(this[t], timing[t].allowInfinity) : this[t];
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
return props;
|
|
422
|
+
},
|
|
423
|
+
|
|
424
|
+
get animationEffect() {
|
|
425
|
+
var props = {};
|
|
426
|
+
var frames = [];
|
|
427
|
+
var effect;
|
|
428
|
+
if (this.keyframes) {
|
|
429
|
+
frames = this.keyframes;
|
|
430
|
+
} else if (!this.customEffect) {
|
|
431
|
+
var children = this.querySelectorAll('core-animation-keyframe');
|
|
432
|
+
if (children.length === 0) {
|
|
433
|
+
children = this.shadowRoot.querySelectorAll('core-animation-keyframe');
|
|
434
|
+
}
|
|
435
|
+
Array.prototype.forEach.call(children, function(c) {
|
|
436
|
+
frames.push(c.properties);
|
|
437
|
+
});
|
|
438
|
+
}
|
|
439
|
+
if (this.customEffect) {
|
|
440
|
+
effect = this.customEffect;
|
|
441
|
+
} else {
|
|
442
|
+
effect = new KeyframeEffect(frames, this.composite);
|
|
443
|
+
}
|
|
444
|
+
return effect;
|
|
445
|
+
},
|
|
446
|
+
|
|
447
|
+
animationFinishHandler: function() {
|
|
448
|
+
this.fire('core-animation-finish');
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
});
|
|
452
|
+
})();
|
|
453
|
+
</script>
|
|
454
|
+
</polymer-element>
|
|
455
|
+
|
|
456
|
+
<!--
|
|
457
|
+
`core-animation-keyframe` represents a keyframe in a `core-animation`. Use them as children of
|
|
458
|
+
`core-animation` elements to create web animations declaratively. If the `offset` property is
|
|
459
|
+
unset, the keyframes will be distributed evenly within the animation duration. Use
|
|
460
|
+
`core-animation-prop` elements as children of this element to specify the CSS properties for
|
|
461
|
+
the animation.
|
|
462
|
+
|
|
463
|
+
@element core-animation-keyframe
|
|
464
|
+
@status beta
|
|
465
|
+
@homepage github.io
|
|
466
|
+
-->
|
|
467
|
+
<polymer-element name="core-animation-keyframe" attributes="offset">
|
|
468
|
+
<script>
|
|
469
|
+
Polymer({
|
|
470
|
+
publish: {
|
|
471
|
+
/**
|
|
472
|
+
* An offset from 0 to 1.
|
|
473
|
+
*
|
|
474
|
+
* @property offset
|
|
475
|
+
* @type Number
|
|
476
|
+
*/
|
|
477
|
+
offset: {value: null, reflect: true}
|
|
478
|
+
},
|
|
479
|
+
get properties() {
|
|
480
|
+
var props = {};
|
|
481
|
+
var children = this.querySelectorAll('core-animation-prop');
|
|
482
|
+
Array.prototype.forEach.call(children, function(c) {
|
|
483
|
+
props[c.name] = c.value;
|
|
484
|
+
});
|
|
485
|
+
if (this.offset !== null) {
|
|
486
|
+
props.offset = this.offset;
|
|
487
|
+
}
|
|
488
|
+
return props;
|
|
489
|
+
}
|
|
490
|
+
});
|
|
491
|
+
</script>
|
|
492
|
+
</polymer-element>
|
|
493
|
+
|
|
494
|
+
<!--
|
|
495
|
+
`core-animation-prop` represents a CSS property and value pair to use with
|
|
496
|
+
`core-animation-keyframe`.
|
|
497
|
+
|
|
498
|
+
@element core-animation-prop
|
|
499
|
+
@status beta
|
|
500
|
+
@homepage github.io
|
|
501
|
+
-->
|
|
502
|
+
<polymer-element name="core-animation-prop" attributes="name value">
|
|
503
|
+
<script>
|
|
504
|
+
Polymer({
|
|
505
|
+
publish: {
|
|
506
|
+
/**
|
|
507
|
+
* A CSS property name.
|
|
508
|
+
*
|
|
509
|
+
* @property name
|
|
510
|
+
* @type string
|
|
511
|
+
*/
|
|
512
|
+
name: {value: '', reflect: true},
|
|
513
|
+
|
|
514
|
+
/**
|
|
515
|
+
* The value for the CSS property.
|
|
516
|
+
*
|
|
517
|
+
* @property value
|
|
518
|
+
* @type string|number
|
|
519
|
+
*/
|
|
520
|
+
value: {value: '', reflect: true}
|
|
521
|
+
}
|
|
522
|
+
});
|
|
523
|
+
</script>
|
|
524
|
+
</polymer-element>
|