このJsfiddlewithCompassの ような複数のcss遷移をどのように行うことができますか?
私がやろうとしているのは、コンパスを使って以下のコードを基本的に書くことです。
-webkit-transition: top 0.3s ease-out, background .9s .5s ease-out;
-moz-transition: top 0.3s ease-out, background .9s .5s ease-out;
-o-transition: top 0.3s ease-out, background .9s .5s ease-out;
transition: top 0.3s ease-out, background .9s .5s ease-out;