=== 3d touch v2 ===
the reason i chose a doodle app for the first demo was because i was having latency issues polling the changes in force pressure... webkit normally only updates the "touchmove" event when the touch is actually moving (i.e. dragging). the doodle app forces you to move your finger, so problem solved initially.
in order to recreate the app icon pop action, i needed to figure out a way around that so you get realtime force updates without having to move your finger.
edit: heres the code (http://share.framerjs.com/7kzv1zm66l4k/) i think i commented it pretty thoroughly but lmk if you have ?s
10 Comments