orzubalsky / creative-computing-2018

0 stars 1 forks source link

Rotate and Transform #106

Open loumeau opened 5 years ago

loumeau commented 5 years ago

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...?

orzubalsky commented 5 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 .