firefox,chrome,edgeは正常に動くのですが、
IE11だけcssアニメーションが動きません
前提・実現したいこと
IE11での実装
発生している問題・エラーメッセージ
エラーは特に出ていません
該当のソースコード
#works .hero_page .hero_item figure:nth-of-type(1) { position: absolute; top: 117px; right: 300px; width: 185px; -webkit-animation: 1.5s ease 0s 1 normal none animation; animation: 1.5s ease 0s 1 normal none animation; } @-webkit-keyframes animation { 0% { -webkit-transform: translate(-40px, -40px); transform: translate(-40px, -40px); opacity: 0; } 100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } } @keyframes animation { 0% { -webkit-transform: translate(-40px, -40px); transform: translate(-40px, -40px); opacity: 0; } 100% { -webkit-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; } }
試したこと
・ベンダープレフィックスをつける
msもつけてみましたけどダメでした。
・ショートハンドではなく個別に書いてみる
何か不足している、または余計なものがあるのでしょうか
どうかお力をお貸しください、よろしくお願いいたします。

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。