工作類別: 多媒體動畫設計師

選自Cake與104人力銀行網站,履歷投遞後由各招聘公司直接查看與安排後續面試流程。

資源 Source: 104
OpenNet_開網有限公司

Animator

We are looking for an Animator to join our team. In this role, you will collaborate with our design team to create high-quality animations and visual effects that align with our …
年薪650,000~1,200,000元
[台北市中正區 Zhongzheng District, Taipei City]
/* // 等待聊天氣泡載入 function modifyChatPosition() { const chatBubble = document.querySelector('[style*="z-index: 2147483645"]'); if (chatBubble) { // 修改到左下角 chatBubble.style.left = '1rem'; chatBubble.style.right = 'unset'; console.log('聊天氣泡位置已修改'); } else { // 如果還沒載入,等一下再試 setTimeout(modifyChatPosition, 500); } } // 頁面載入後執行 window.addEventListener('load', () => { setTimeout(modifyChatPosition, 2000); // 給 Chatbase 時間載入 });*/