jsfiddle / togetherjs

A service for your website that makes it surprisingly easy to collaborate in real-time.
https://togetherjs.com
Mozilla Public License 2.0
7.01k stars 849 forks source link

onSubmit ClientSided Only #1164

Open lillious2 opened 4 years ago

lillious2 commented 4 years ago

onSubmit is clientsided as does not pass through as a realtime event. I have an animated CSS event that occurs on an onSubmit event, however the only one who sees it is the person who clicks the button.

CSS animations do however work with the onChange event.