Self review: Transforming and transitioning elements

Self review: Transforming and transitioning elements

Aug 2, 2024Ā·

1 min read

  1. Add skew of 10 degrees to your transform property in both the cases in addition to the rotate property, do you observe any visible changes?

    • Yes, there are changesĀ 

    • No changes

  2. If you change the values inside the rotate function from ā€˜360’ to ā€˜720’ in both places, what will be the visible changes?

    • There will be no change in the output

    • The flips will happen half the times

    • The flips will happen double the timesĀ 

  3. Does the size of the box items change with changes in viewport?

    • Yes

    • No