I'm trying to host my HTML5 site on Google Cloud Storage.
When I load the site locally, all the animations work. When I upload it to Google Cloud Storage and access it, my CSS animations don't work.
The CSS files are in css/theme.css
in my storage bucket and the HTML file points to it like this:
<link rel="stylesheet" href="css/theme.css">
<link rel="stylesheet" href="css/theme-elements.css">
<link rel="stylesheet" href="css/theme-animate.css">