Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Kod SVG:
- <polygon id="p15" class="st5" points="336.7,32.6 210,32.6 210,2.2 139.2,2.2 139.2,32.6 129.2,32.6 129.2,32.6 5.7,32.6 5.7,345.1 129.2,345.1 129.2,198.6 214.6,198.6 214.6,169.8 336.7,169.8 "></polygon>
- Funkcja:
- (function($){
- $(".st5").on("click", function() {
- var mid = $(this).attr('id');
- $('#m'+mid).addClass('active');
- $('html, body').animate({
- scrollTop: $('#m'+mid).offset().top
- }, 2000);
- });
- })(jQuery);
Advertisement
Add Comment
Please, Sign In to add comment