Quantcast
Channel: Adobe Community : All Content - Edge Animate
Viewing all articles
Browse latest Browse all 9897

Edge Animate is freeze. when open the html that contain the -webkit-animation.

$
0
0

Edge Animate is freeze. when open the html that contain the -webkit-animation.

This is Win8 64bit(iMac bootcamp).

 

process.

 

1.open the HTML like bellow.

<!doctype html><html><head>  <meta charset="utf-8">  <title>anim test</title>  <style>    #box{      width: 300px; height: 300px;border: solid 1px black;      -webkit-animation: anim 2s infinite;    }    @-webkit-keyframes anim {      0% { -webkit-transform: rotateY(0deg); }      100% { -webkit-transform: rotateY(360deg); }    }  </style></head><body>  <div id="box">      box  </div></body></html>

    sample is here:http://ciruelo.jp/js/edge/anim.html

 

2.Edge Animate is freeze. can show animation on the stage, but can't select any menu.

   It's necessary to kill the process of Animate.

 

Thanks.

Ume.


Viewing all articles
Browse latest Browse all 9897

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>