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