@pilotlab/lux-attributes
Version:
A luxurious user experience framework, developed by your friends at Pilot.
15 lines • 618 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var lux_animation_1 = require("@pilotlab/lux-animation");
var AttributeSetReturn = (function () {
function AttributeSetReturn(attribute, isChanged) {
this.isChanged = false;
this.attribute = attribute;
this.isChanged = isChanged;
this.animation = new lux_animation_1.AnimationBatch(lux_animation_1.Animation.animate, [], false);
}
return AttributeSetReturn;
}());
exports.AttributeSetReturn = AttributeSetReturn;
exports.default = AttributeSetReturn;
//# sourceMappingURL=attributeSetReturn.js.map