Revision f3ed8f51 cloudcms/static/cloudcms/js/common.js

b/cloudcms/static/cloudcms/js/common.js
95 95
    	}
96 96
    )
97 97
    
98
    $('#animation a').hover(
99
      function () {
100
        $(this).animate({
101
         top: '+=-10'   
102
        });
103
        $(this).siblings('p').find('img').animate({
104
          width: '60%'       
105
        });
106
      }, 
107
      function () {
108
        $(this).animate({
109
         top: '0'   
110
            
111
        });
112
        $(this).siblings('p').find('img').animate({
113
          width: '65%'       
114
        });
115
      }
116
    );
117
    
118
    
98 119
});
99 120

  
100 121
$(window).resize(function() {

Also available in: Unified diff