Browse Source

change animation to bottom

CauseFX 4 years ago
parent
commit
a9a8c0e9f0
1 changed files with 3 additions and 3 deletions
  1. 3 3
      js/functions.js

+ 3 - 3
js/functions.js

@@ -1733,9 +1733,9 @@ function editHomepageItem(item){
 			});*/
 			new Custombox.modal({
 				content: {
-					effect:"flip",
-					animateFrom:"left",
-					animateTo:"left",
+					effect:"slidetogether",
+					animateFrom:"bottom",
+					animateTo:"bottom",
 					target: '#editHomepageItemDiv',
 					width: '100%',
 					delay: 0,