1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 05:09:42 +02:00

Add animation for ember attacher popup components

This commit is contained in:
McMatts 2019-03-13 11:42:55 +00:00
parent 1854998c80
commit 217e8a3a29

View file

@ -28,7 +28,11 @@ module.exports = function (environment) {
// Ember Attacher: tooltips & popover component defaults
emberAttacher: {
arrow: false
arrow: false,
animation: 'fill',
// popperOptions: {
// placement: 'bottom right'
// }
},
"ember-cli-mirage": {