UNPKG

redshift

Version:

A JavaScript UX framework. Handles animation, UI physics and user input tracking.

14 lines (11 loc) 249 B
"use strict"; module.exports = { onChange: function (output, action) { var dom = action.dom; if (dom) { for (var key in output) { dom.setAttribute(key, output[key]); } } } };