Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6d8127c

Browse files
authoredAug 13, 2021
[Upd] readme (kevcjones#78)
Update classes & animation duration
1 parent 5f6322a commit 6d8127c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ imports: [
134134
SimpleModalModule.forRoot({container: 'modal-container'}, {...defaultSimpleModalOptions, ...{
135135
closeOnEscape: true,
136136
closeOnClickOutside: true,
137-
wrapperDefaultClasses: 'o-modal o-modal--fade',
138-
wrapperClass: 'o-modal--fade-in',
139-
animationDuration: 300,
137+
wrapperDefaultClasses: 'modal fade-anim',
138+
wrapperClass: 'in',
139+
animationDuration: 400,
140140
autoFocus: true
141141
}})
142142

0 commit comments

Comments
 (0)
Please sign in to comment.