我正在嘗試使用 gif 作為我的 javafx 側(cè)邊欄的背景,gif 顯示和播放但似乎只重復(fù)前幾幀,即使它有更多。我試過通過 fxml 和代碼設(shè)置 imageview,兩者都是一樣的。這是任何想要復(fù)制https://pastebin.com/SUV8Lan2 的人的 fxml這是 gif https://www.sendspace.com/file/1hpxs5 這是我配置 imageview 的方式:<ImageView fx:id="backgroundFlow" fitHeight="580.0" fitWidth="250.0" pickOnBounds="true" smooth="false">
<image>
<Image url="@../gif/flow.gif" />
</image></ImageView>我希望 gif 像這樣完整顯示https://gyazo.com/4a2cb29f5bf95ae45c7e4c3006638bac而不是我得到這個https://gyazo.com/8db0207787744a4c40266ae1928d34f9
添加回答
舉報
0/150
提交
取消