mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19: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
|
// Ember Attacher: tooltips & popover component defaults
|
||||||
emberAttacher: {
|
emberAttacher: {
|
||||||
arrow: false
|
arrow: false,
|
||||||
|
animation: 'fill',
|
||||||
|
// popperOptions: {
|
||||||
|
// placement: 'bottom right'
|
||||||
|
// }
|
||||||
},
|
},
|
||||||
|
|
||||||
"ember-cli-mirage": {
|
"ember-cli-mirage": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue