Self review: Transforming and transitioning elements

Self review: Transforming and transitioning elements

  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