Support for Animating Form Elements Visually

Hi there,

One thing I’ve wished I were able to do with Hype is to easily, visually animate form elements - input fields, texareas, checkboxes, etc. - in different states (normal, :hover, :focus, :valid and :invalid).

Nowadays, we can see many examples of interesting, dynamic UI animation effects on form fields - such as the ones on this page. This often involves changing the styles of the fields and their labels, when the user hover, focuses or enters data in the field. Some simple effects can be done with CSS, but the most interesting ones require Javascript, and would therefore be a great candidate for Hype help!

2 Likes

Thanks for the request!