TimeScale
Neo: What are you trying to tell me? That I can dodge bullets?
Morpheus: No, Neo. I'm trying to tell you that when you're ready, you won't have to.
function ppbTS(e, t) {
Matter.Events.on(hypeDocument.getElementProperty(e, 'physics-engine'), 'afterUpdate', function (event) {
hypeDocument.getElementProperty(e, 'physics-engine').timing.timeScale = t;
});
}
Template — https://photics.com/files/templates/physics/timescale.hypetemplate.zip
Online Example — timescale
Notes — Whoa!