Edge Animate is freeze. when open the html that contain the -webkit-animation.
edge animate freeze. when open html contain -webkit-animation.
this win8 64bit(imac bootcamp).
process.
1.open html 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 here:http://ciruelo.jp/js/edge/anim.html
2.edge animate freeze. can show animation on stage, can't select menu.
it's necessary kill process of animate.
thanks.
ume.
aviod adding style css directly html sheet.
add style.css project , link html sheet.
and place css in style.css
More discussions in Edge Animate CC
adobe
Comments
Post a Comment