Показать сообщение отдельно
  #2 (permalink)  
Старый 09.05.2010, 16:23
Профессор
Отправить личное сообщение для exec Посмотреть профиль Найти все сообщения от exec
 
Регистрация: 21.01.2010
Сообщений: 1,022

(function($){
	EYE.extend({
		spacegallery.defaults:  {
				border: 0, // border arround the image
				perspective: 50, // perpective height
				minScale: 0.2, // minimum scale for the image in the back
				duration: 800, // aimation duration
				loadingClass: null, // CSS class applied to the element while looading images
				before: function(){return false},
				after: function(){return false}
			}})})();
Ответить с цитированием