We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6322a commit 6d8127cCopy full SHA for 6d8127c
README.md
@@ -134,9 +134,9 @@ imports: [
134
SimpleModalModule.forRoot({container: 'modal-container'}, {...defaultSimpleModalOptions, ...{
135
closeOnEscape: true,
136
closeOnClickOutside: true,
137
- wrapperDefaultClasses: 'o-modal o-modal--fade',
138
- wrapperClass: 'o-modal--fade-in',
139
- animationDuration: 300,
+ wrapperDefaultClasses: 'modal fade-anim',
+ wrapperClass: 'in',
+ animationDuration: 400,
140
autoFocus: true
141
}})
142
0 commit comments