Table of Content
The done button
The done button clicking effect is done by using the margin-top
and box-shadow
.
The margin-top value on active state is the difference between both box-shadow Y-axis.
Note: In order to get the active
CSS works in mobile webkit, we need to have ever listened to any Touch event, including touchStart event.
What’s next? We’re going to take a look at “Project 4 – Rain or Not”.