标签: polymer
我正在试图弄清楚为什么“从右边滑动”转换不能在我当地的凉亭安装文件中使用FF。 有趣的是,从聚合物页面http://polymer-project.appspot.com/components/core-animated-pages/demos/simple.html调用相同的文件正在发挥作用。
更新或重新安装bower文件无济于事 thx提前
答案 0 :(得分:1)
动画网页is here的最新实施和文档。
通过包含特定的转换组件,我在Chrome中工作了。这就是demo does,如果你看一下它的源代码。
... <link rel="import" href="bower_components/core-animated-pages/core-animated-pages.html"> <link rel="import" href="bower_components/core-animated-pages/transitions/slide-from-right.html">
H个