Changes between Version 22 and Version 23 of Web/Template
- Timestamp:
- May 5, 2013, 4:18:17 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Web/Template
v22 v23 37 37 }, function(){ //On Hover Out 38 38 \$(this).removeClass("subhover"); //On hover out, remove class "subhover" 39 }); 40 41 $('.meerkat').meerkat({ 42 background: '#fed35e', 43 height: '100%', 44 width: '100%', 45 position: 'bottom', 46 dontShowAgain: '#enter', 47 animationIn: 'none', 48 animationOut: 'fade', 49 animationSpeed: 5500, 50 timer: 2, 51 removeCookie: '.reset' 39 52 }); 40 53