Skip to content

Commit 6d5e7ee

Browse files
committed
disable stupid effects in the image click
1 parent 9dfe2e7 commit 6d5e7ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assets/grocery_crud/js/jquery_plugins/config/jquery.fancybox.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
$(function() {
22
if ($('.image-thumbnail').length > 0) {
33
$('.image-thumbnail').fancybox({
4-
'transitionIn': 'elastic',
5-
'transitionOut': 'elastic',
4+
'transitionIn': 'none',
5+
'transitionOut': 'none',
66
'speedIn': 600,
77
'speedOut': 200,
88
'overlayShow': false

0 commit comments

Comments
 (0)