<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Animate scroll in the same page in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Animate-scroll-in-the-same-page/m-p/519363#M25886</link>
    <description>&lt;P&gt;I just had this hassle and concept I might percentage at least the answer that worked for me. When you go to insert the photo rather of selecting "add files" select from URL and then link the GIF you want. You can create a hyperlink to your GIF a gaggle of various approaches.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Nov 2021 01:52:17 GMT</pubDate>
    <dc:creator>RHamet</dc:creator>
    <dc:date>2021-11-02T01:52:17Z</dc:date>
    <item>
      <title>Animate scroll in the same page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Animate-scroll-in-the-same-page/m-p/264665#M11854</link>
      <description>&lt;P&gt;Hi!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any possibility of doing a scroll animation on a link on the same page without jquery?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use differents jquerys but none works.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The html link is simple:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Image with this link:&amp;nbsp;&lt;A href="https://www.adbarbieri.com/productos#enlace2" target="_blank" rel="noopener"&gt;https://www.adbarbieri.com/productos#enlace2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a name="enlace2"&amp;gt;&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like click in the image and make the animation scroll!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 19:28:04 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Animate-scroll-in-the-same-page/m-p/264665#M11854</guid>
      <dc:creator>hernanmk</dc:creator>
      <dc:date>2019-04-11T19:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Animate scroll in the same page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Animate-scroll-in-the-same-page/m-p/264669#M11856</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/91868"&gt;@hernanmk&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's a smooth scrolling function I'm currently using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;// Smooth Scrolling 
$(document).ready(function() {
$('a[href*=#]').bind('click', function(e) {
e.preventDefault();
var target = $(this).attr("href");
$('html, body').stop().animate({
scrollTop: $(target).offset().top-100
}, 500);
return false;
});
});&amp;nbsp;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Apr 2019 19:38:26 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Animate-scroll-in-the-same-page/m-p/264669#M11856</guid>
      <dc:creator>MitchL</dc:creator>
      <dc:date>2019-04-11T19:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Animate scroll in the same page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Animate-scroll-in-the-same-page/m-p/264680#M11860</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/75419"&gt;@MitchL&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do I need to modify something or just copy it as it is and paste it at the end of my html?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 20:05:54 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Animate-scroll-in-the-same-page/m-p/264680#M11860</guid>
      <dc:creator>hernanmk</dc:creator>
      <dc:date>2019-04-11T20:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Animate scroll in the same page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Animate-scroll-in-the-same-page/m-p/264681#M11861</link>
      <description>&lt;P&gt;It should just be good to go if you paste it in!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 20:08:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Animate-scroll-in-the-same-page/m-p/264681#M11861</guid>
      <dc:creator>MitchL</dc:creator>
      <dc:date>2019-04-11T20:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Animate scroll in the same page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Animate-scroll-in-the-same-page/m-p/519363#M25886</link>
      <description>&lt;P&gt;I just had this hassle and concept I might percentage at least the answer that worked for me. When you go to insert the photo rather of selecting "add files" select from URL and then link the GIF you want. You can create a hyperlink to your GIF a gaggle of various approaches.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 01:52:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Animate-scroll-in-the-same-page/m-p/519363#M25886</guid>
      <dc:creator>RHamet</dc:creator>
      <dc:date>2021-11-02T01:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Animate scroll in the same page</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Animate-scroll-in-the-same-page/m-p/1096784#M41809</link>
      <description>&lt;P&gt;There is an even easier way. Go to Settings&amp;gt;General&amp;gt;advanced.&lt;BR /&gt;&lt;BR /&gt;Thank add this snippet to the head html section&amp;nbsp;&amp;lt;style&amp;gt;&lt;BR /&gt;* {&lt;BR /&gt;scroll-behavior: smooth;&lt;BR /&gt;}&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2025 09:08:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Animate-scroll-in-the-same-page/m-p/1096784#M41809</guid>
      <dc:creator>Ken_gitahi</dc:creator>
      <dc:date>2025-01-20T09:08:25Z</dc:date>
    </item>
  </channel>
</rss>

