# 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?** 
    
    * <mark>Yes, there are changes&nbsp;</mark> 
        
    * 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 
        
    * <mark>The flips will happen double the times&nbsp;</mark> 
        
3. **Does the size of the box items change with changes in viewport?** 
    
    * <mark>Yes</mark>
        
    * No
