Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在这里创建了一个简单的文本动画:http://jsbin.com/odivor/16/edit我 现在的问题是文本(büro 出口)是从左侧而不是从中间缩放的。我该如何解决这个问题?
我不想使用 jQuery Ui 比例。
BR
尝试将您的 h2 样式更改为
header h2 { position: absolute; height: 36px; width: 100%; margin: -18px auto 0px auto; top: 50%; z-index: 9999; font-size: 7.3em; text-align: center; white-space: nowrap; }
我会尝试这样的事情:
http://jsbin.com/odivor/23
您h2需要大尺寸才能畅通无阻地扩展。您可能必须left根据您想要的确切位置调整该值。
h2
left