0

So I used Google Web Designer for my site (*) and while I was able to make the entire site responsive, the animation in my header works great only on my desktop (which is where I designed the animation) - unfortunately GWD does not allow for any type of responsive building into animations. So my question is:

  1. Does anyone know JS quiet well and can help point me in the right direction to getting this animation to scale down when the width of the page decreases?

OR

  1. Know of any other solutions whereby I can apply a {display:none} to the desktop animation and plug-in a good counterpart for mobile?

Thank you for your time,

Byron

4

1 回答 1

1

好的,所以为了节省时间,我决定的解决方案是再创建 4 个动画,每个动画都有自己的舞台尺寸。我将根据用户浏览器的宽度(即标准的@media screen css)通过CSS调用它们来显示:内联或显示:无。

于 2014-01-30T22:34:18.123 回答