Home › Forums › JavaScript › Drop animation › Reply To: Drop animation
September 11, 2015 at 4:24 am
#208039
Participant
@Shikkediel @justdan I like how we’re slowly improving this menu.
There’s one more problem. You’re hiding the text behind the circle. So if the text is too big, it will show immediately once clicked. To resolve this, we may be able to make font-size:1px; and then slowly make it larger to our desired size. OR we hide each li item and let them appear 1 at a time