我在我的网站上使用Polymer,标题面板flex模式设置为“Waterfall Tall”。我想达到类似的效果:
https://www.polymer-project.org/docs/elements/icons.html
也就是说,当用户位于页面顶部并且在滚动时变小时,文本很大。 我如何实现这一目标?
谢谢!
答案 0 :(得分:0)
添加到:host :: content header h1
:host ::content header h1 {
-webkit-transform: none !important;
transform: none !important;
}
或添加到:
h1 {
-webkit-transform: none !important;
transform: none !important;
}
答案 1 :(得分:0)
好的,我发现了一种相对简单的方法。它涉及到使用给定的 https://www.polymer-project.org/docs/elements/core-elements.html#core-scroll-header-panel