問題タブ [react-animations]
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.
reactjs - パーセンテージまたは代替の React-native アニメーション時系列
react-native の Animated を使用して、react コンポーネントを React-Native に移植しようとしています。
私は円を作成することができました。それは軌道であり、うまく機能しています。
しかし、react-native の Animated でそれらのルールを記述する方法がわかりません。
アニメーションの@keyframes fulfilling-bouncing-circle-spinner-orbit-animation
半分まで待つ必要があります。その後、縮小と拡大を 2 回行う必要があります。
で、@keyframes fulfilling-bouncing-circle-spinner-circle-animation
反応ネイティブ アニメーションを使用してスタイルを追加および削除する方法がわからないので、考え続けましたが、アイデアが思い浮かびませんでした。
時系列を追加し、@keyframes と同じようにそれらのフレームで必要なことを行う方法はありますか。