Skip to main content

Command Palette

Search for a command to run...

Self review: Transforming and transitioning elements

Updated
1 min read
Self review: Transforming and transitioning elements
D

A passionate full-stack developer from @ePlus.DEV

  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