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.
ばかげた質問で申し訳ありませんが、特定のレイヤーのすべてのサブレイヤーをアニメーション化する必要があります。すべてのサブレイヤーを反復する方法は?
for-inループを介してレイヤーのサブレイヤーを反復できます
for child in layer.subLayers child.animate properties: x: Utils.randomNumber(100) y: Utils.randomNumber(100)
各サブレイヤーのインデックスが必要な場合は、次のようにループを変更できます
for child, i in layer.subLayers