問題タブ [web-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.

0 投票する
2 に答える
116 参照

angular - SVG アニメーション Web アニメーション API

「Web Animations API」を使用して、プロジェクトのアニメーションを作成します。クロムでは、すべて正常に動作します。しかし、マジラとサファーにはまだあります。Safari はこのアニメーションを単純にスキップします。しかし、マジラは重大な過ちを犯します。

ここに画像の説明を入力

エラーの本質は、svg 要素の要素を操作することです。

ここに画像の説明を入力

はい、これは SVG2 標準でのみ実行できることを知っています。しかし、おそらく別の解決策、ポリフィル...

r、attr.rを試しました...

助けてくれてありがとう。

0 投票する
1 に答える
1214 参照

javascript - How do I getAnimations() on a HTML Element in Chrome?

I'm on Chrome Version 67.0.3396.99 (64-bit).

Mozilla documentation on Web Animations API describes a method getAnimations() like so:

But it doesn't appear to be supported on Chrome. I tried…</p>

…as per this blogpost by Daniel C. Wilson as well, but it breaks on Chrome 67 with the following error:

Is there a way to retrieve the array of animations applied on an HTML element with web animations api?

0 投票する
0 に答える
178 参照

python - Python を使用したインタラクティブな Web アプリケーション

生化学シミュレーションを実行できる Web アプリケーションを作成しようとしています。実行中にシミュレーションのインタラクティブなアニメーションを表示したいと考えています。ただし、実際のシミュレーターはすでに Python で作成されているため、サーバーに常に HTTP リクエストを送信してシミュレーション結果を求めるのは遅すぎるのではないかと心配しています。クライアント側でシミュレーションを実行したり、ページをリロードせずに Python シミュレーターにすばやくアクセスしたりする方法はありますか?