Open loumeau opened 6 years ago
In order to apply multiple transformations, separate them with spaces:
transform: translateY(50px) rotate(60deg);
On Mon, Oct 29, 2018 at 10:27 PM loumeau notifications@github.com wrote:
If I try and put
transform: translateY(50px); transform: rotate(60deg);
under the same keyframe it canceled the first one and only does the second...?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/orzubalsky/creative-computing-2018/issues/106, or mute the thread https://github.com/notifications/unsubscribe-auth/AA-ntQTph39WQngwV0O8H39RdpdGYdWlks5up7kugaJpZM4YBDTF .
If I try and put
transform: translateY(50px); transform: rotate(60deg);
under the same keyframe it canceled the first one and only does the second...?