Question about webview node in javafx. I've make svg animation and then call it into webview node in javafx. It seem's like work well but, because of webview has oriental background color, it covering other node. So make webview's opacity to 0.2 . as a result, it give transparency not only background but also animation on webview. It make's me crazy. Help.
About javafx rotateAnimation. this is not complex. But can't solve my self T.T. makes ImageView node into Scene and play rotate imageView indifinitly. it works very well, but one thing so ridiculous. When it rotate finish 360, it look's like stop momently. And then rotate start again, and at finish it stop again, start again, stop again at finish... how can I prevent, "stop rotate momently" at finish of rotate. Save me.. T.T
About right way about java graphics. I want to make java animation and graphic as much as I likes. But it looks like difficult.. at first, I was wanted make my custom loading progressBar. so I try to make animation using swing paint, paintComponent.. etc.. but in progressing.. I notice javafx is java graphics future. And.. wow, javafx co-operate with css, javascript, scene builder, svg .. so try to one by one.. but fx - css it's not oriental css syntax so find some reference guide and use it. But that oracle guide is not all of fx-css contents. So when I need to some style, I have to find in google. Occasionaly, it failed.. so I think, "it's not good way to graphics.." so try to svg, and success to make animation. But failed to import svg to javafx.. so find..find..find.. .. finally I've find solution. It was svg into webview. But it return to question 1.
Want to know what is right way to custom java graphic and animation.