問題タブ [android-drawer]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - AndroidでsetBackgroundColor中にアニメーション化する
私はカスタムステッパーに取り組んでいます。すべてが正常に機能しています。
今やりたいことは、現在のステップを埋めながらステッパーをアニメーション化することです。
この画像は私の考えを示しています:
これは、行、タイトル、およびアイコン src の色を設定する際の私のコードです。
位置は現在のステップです。
これが私のUIです:
私が言ったように、私はステップから別のステップに移動するたびにラインをアニメーション化したいと考えています.
ありがとうございました :)