Skip to content

Commit 2e40621

Browse files
authored
Merge pull request #136 from hosein2398/master
Fix 'fadein' to 'fadeIn'
2 parents d4ff2d5 + 1fe0485 commit 2e40621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ removeAttribute | *boolean* | *true* | Determine if the attribut
215215
handledName | *string* | *'handled'* | Name of the element tag data attribute, to determine if element is already handled.
216216
loadedName | *string* | *'loaded'* | Name of the element tag data attribute, to determine if element is already loaded.
217217
**effect** | | |
218-
effect | *string* | *'show'* | Function name of the effect you want to use to show the loaded images, like `show` or `fadein`.
218+
effect | *string* | *'show'* | Function name of the effect you want to use to show the loaded images, like `show` or `fadeIn`.
219219
effectTime | *integer* | *0* | Time in milliseconds the effect should use to view the image.
220220
**throttle** | | |
221221
enableThrottle | *boolean* | *true* | Throttle down the loading calls on scrolling event.

0 commit comments

Comments
 (0)