有没有办法从情节提要中更改步进器的宽度/高度?我必须通过编程方法来做到这一点吗?
答案 0 :(得分:0)
现在可以在Xcode 11.x中更改大小。如果您想控制尺寸,则需要以编程方式实现,例如通过转换:
<div class="rotating_text_container">
<p class="invisible_text kb_text">Solving problems at the intersection of creativity & categories</p>
<div class="my_rotating_text">
<p class="text_animation kb_text">Solving problems at the intersection of</p>
<p class="kb_text kb_rotating">
<span class="word pomegranate text_animation">creativity &
categories</span>
<span class="word wisteria text_animation">form &
function</span>
<span class="word belize text_animation">style &
systems</span>
</p>
</div>
</div>