diff --git a/src/components/notify.js b/src/components/notify.js index 3acdc589d..1a731bb19 100644 --- a/src/components/notify.js +++ b/src/components/notify.js @@ -4,7 +4,7 @@ var { Notyf } = require('../lib/notyf.min.js'); AFRAME.registerComponent('notify', { schema: { duration: { type: 'number', default: 6000 }, - ripple: { type: 'boolean', default: true }, + ripple: { type: 'boolean', default: false }, position: { type: 'string', default: {