Pārlūkot izejas kodu

change animation to bottom

CauseFX 4 gadi atpakaļ
vecāks
revīzija
a9a8c0e9f0
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      js/functions.js

+ 3 - 3
js/functions.js

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