mirror of
https://github.com/documize/community.git
synced 2025-07-18 20:59:43 +02:00
Add animation for ember attacher popup components
This commit is contained in:
parent
1854998c80
commit
217e8a3a29
1 changed files with 5 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue