So I decided to add a loading bar to let the user know. Animation CSS: <style> @keyframes page-load { from { width:0; } to { width:100%; } ...
確定! 回上一頁