Skip to content

Commit 1fe0485

Browse files
authored
Fix 'fadein' to 'fadeIn'
And please consider changing it in wesite of plugin too.
1 parent d4ff2d5 commit 1fe0485

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)