ngx-smart-modal no fade effect on second open2019 Community Moderator Electionmodal effect doesn't work for dynamic new buttonsBootstrap modal opening on second click / modal inside modalhow to open a modal and switch the iframe src inside the modalTrouble using multiple bootstrap modals (ngx-bootstrap and Angular)ngx-bootstrap: close and reopen modal from its child modalHow to center an ngx-bootstrap modalInserting a form into a modal with ngx-bootstrapOpen a Modal Using an Option from a Dropdown - Angular 2 + ngxOpen modal form containing form created from ngx-formly from another ngx-formly formHow to close ngx-bootstrap modal on router.navigate
Was this cameo in Captain Marvel computer generated?
Mixed Feelings - What am I
How do you make a gun that shoots melee weapons and/or swords?
Generating a list with duplicate entries
Is "cogitate" used appropriately in "I cogitate that success relies on hard work"?
Does the US political system, in principle, allow for a no-party system?
A vote on the Brexit backstop
Tabular environment - text vertically positions itself by bottom of tikz picture in adjacent cell
Having the player face themselves after the mid-game
3.5% Interest Student Loan or use all of my savings on Tuition?
Too soon for a plot twist?
Precision notation for voltmeters
Vector-transposing function
Why does this boat have a landing pad? (SpaceX's GO Searcher) Any plans for propulsive capsule landings?
How to distinguish easily different soldier of ww2?
How can I portion out frozen cookie dough?
Why does a car's steering wheel get lighter with increasing speed
Giving a talk in my old university, how prominently should I tell students my salary?
What can I do if someone tampers with my SSH public key?
How do you use environments that have the same name within a single latex document?
Professor forcing me to attend a conference, I can't afford even with 50% funding
Why isn't P and P/poly trivially the same?
Was it really inappropriate to write a pull request for the company I interviewed with?
Should I file my taxes? No income, unemployed, but paid 2k in student loan interest
ngx-smart-modal no fade effect on second open
2019 Community Moderator Electionmodal effect doesn't work for dynamic new buttonsBootstrap modal opening on second click / modal inside modalhow to open a modal and switch the iframe src inside the modalTrouble using multiple bootstrap modals (ngx-bootstrap and Angular)ngx-bootstrap: close and reopen modal from its child modalHow to center an ngx-bootstrap modalInserting a form into a modal with ngx-bootstrapOpen a Modal Using an Option from a Dropdown - Angular 2 + ngxOpen modal form containing form created from ngx-formly from another ngx-formly formHow to close ngx-bootstrap modal on router.navigate
i'm using ngx-smart-modal 7.1 in a angular 7 project.
I set the content of the modal dynamicly after the user clicks to open it.
this.ngxSmartModalService.resetModalData('myModal');
this.ngxSmartModalService.setModalData(obj, 'myModal');
this.ngxSmartModalService.getModal('myModal').open();
That works fine, but if a click the second time, i don't have a fadeIn effect, the modal is immediatly visible. The fadeOut effect on the other hand works... Any idea where the problem is?
angular modal-dialog
New contributor
add a comment |
i'm using ngx-smart-modal 7.1 in a angular 7 project.
I set the content of the modal dynamicly after the user clicks to open it.
this.ngxSmartModalService.resetModalData('myModal');
this.ngxSmartModalService.setModalData(obj, 'myModal');
this.ngxSmartModalService.getModal('myModal').open();
That works fine, but if a click the second time, i don't have a fadeIn effect, the modal is immediatly visible. The fadeOut effect on the other hand works... Any idea where the problem is?
angular modal-dialog
New contributor
add a comment |
i'm using ngx-smart-modal 7.1 in a angular 7 project.
I set the content of the modal dynamicly after the user clicks to open it.
this.ngxSmartModalService.resetModalData('myModal');
this.ngxSmartModalService.setModalData(obj, 'myModal');
this.ngxSmartModalService.getModal('myModal').open();
That works fine, but if a click the second time, i don't have a fadeIn effect, the modal is immediatly visible. The fadeOut effect on the other hand works... Any idea where the problem is?
angular modal-dialog
New contributor
i'm using ngx-smart-modal 7.1 in a angular 7 project.
I set the content of the modal dynamicly after the user clicks to open it.
this.ngxSmartModalService.resetModalData('myModal');
this.ngxSmartModalService.setModalData(obj, 'myModal');
this.ngxSmartModalService.getModal('myModal').open();
That works fine, but if a click the second time, i don't have a fadeIn effect, the modal is immediatly visible. The fadeOut effect on the other hand works... Any idea where the problem is?
angular modal-dialog
angular modal-dialog
New contributor
New contributor
New contributor
asked 2 days ago
StefanStefan
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Stefan is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55023488%2fngx-smart-modal-no-fade-effect-on-second-open%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Stefan is a new contributor. Be nice, and check out our Code of Conduct.
Stefan is a new contributor. Be nice, and check out our Code of Conduct.
Stefan is a new contributor. Be nice, and check out our Code of Conduct.
Stefan is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55023488%2fngx-smart-modal-no-fade-effect-on-second-open%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown