本文概述
- 例子
- srcmini服务
- 大学校园培训
运行以下命令以在应用程序中使用neon动画并将其安装在目录中。
bower install --save PolymerElements/neon-animation
文章图片
例子 它将在bower_components文件夹下安装neon-animation的所有相关元素。
创建一个index.html文件, 并在其中添加以下代码, 以查看Polymer.js中neon-animation元素的用法。
<
!doctype html>
<
html>
<
head>
<
title>
Polymer Example<
/title>
<
script src = "http://www.srcmini.com/bower_components/webcomponentsjs/webcomponents-lite.js">
<
/script>
<
link rel = "import" href = "http://www.srcmini.com/bower_components/polymer/polymer.html">
<
link rel = "import" href = "http://www.srcmini.com/bower_components/paper-styles/demo-pages.html">
<
link rel = "import" href = "http://www.srcmini.com/bower_components/neon-animation/web-animations.html">
<
/head>
<
body>
<
h2>
Neon Example<
/h2>
<
a href = "http://www.srcmini.com/bower_components/neon-animation/demo/declarative/index.html">
Declarative<
/a>
<
br>
<
a href = "http://www.srcmini.com/bower_components/neon-animation/demo/dropdown/index.html">
Dropdown<
/a>
<
br>
<
a href = "http://www.srcmini.com/bower_components/neon-animation/demo/grid/index.html">
Grid<
/a>
<
br>
<
a href = "http://www.srcmini.com/bower_components/neon-animation/demo/tiles/index.html">
Tiles<
/a>
<
br>
<
a href = "http://www.srcmini.com/bower_components/neon-animation/demo/card/index.html">
Card<
/a>
<
/body>
<
/html>
输出
文章图片
srcmini服务 【Polymerjs neon元素】srcmini提供了太多高质量的服务。给我们发邮件hr@srcmini.com, 以获取有关给定服务的更多信息。
- 网站设计
- 网站开发
- Java开发
- PHP开发
- WordPress
- 平面设计
- 商标
- 数字营销
- 页面内和页面外SEO
- 竞价排名
- 内容开发
- 企业培训
- 课堂和在线培训
- 数据输入
推荐阅读
- Polymerjs paper-button元素
- Polymerjs iron图标iron-icon
- Polymerjs iron-swipable-container元素
- Polymerjs iron-image图像元素
- Polymerjs iron-flex-layout元素
- 让你更值钱的方法(培养稀缺(追逐新技术,淬炼已有技能做到出类拔萃,寻找自己所在的行业痛点,App开发者是市场动态平衡的典型))
- android日期时间选择器
- Android之滑轮日期选择器
- [Vue warn]: Cannot find element: #app