Guest User

Untitled

a guest
Jun 23rd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <script type="text/javascript" charset="utf-8">
  2. jQuery(function($) {
  3.  
  4. jQuery('#slideshow').crossSlide({
  5. fade: 1
  6. }, [
  7. <% control GetSlideshow %>
  8. {
  9. src: <% control GetSlideshow %>"$URL"<% end_control %>,
  10. from: '100% 80% 1x',
  11. to: '100% 0% 1.7x',
  12. time: 3
  13. }<% if Last %><% else %>,<% end_if %>
  14. <% end_control %>
  15. ]);
  16.  
  17.  
  18. });
  19.  
  20. </script>
Add Comment
Please, Sign In to add comment