<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xmlns:tt="http://teletype.in/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>Anton ⚡️ Lazorenko</title><generator>teletype.in</generator><description><![CDATA[Anton ⚡️ Lazorenko]]></description><image><url>https://teletype.in/files/64/64f57a57-f9e2-4790-a38f-fb3be58ad058.png</url><title>Anton ⚡️ Lazorenko</title><link>https://teletype.in/@antonlazorenko</link></image><link>https://teletype.in/@antonlazorenko?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=antonlazorenko</link><atom:link rel="self" type="application/rss+xml" href="https://teletype.in/rss/antonlazorenko?offset=0"></atom:link><atom:link rel="next" type="application/rss+xml" href="https://teletype.in/rss/antonlazorenko?offset=10"></atom:link><atom:link rel="search" type="application/opensearchdescription+xml" title="Teletype" href="https://teletype.in/opensearch.xml"></atom:link><pubDate>Sat, 02 May 2026 14:30:46 GMT</pubDate><lastBuildDate>Sat, 02 May 2026 14:30:46 GMT</lastBuildDate><item><guid isPermaLink="true">https://teletype.in/@antonlazorenko/SJfR5SpaH</guid><link>https://teletype.in/@antonlazorenko/SJfR5SpaH?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=antonlazorenko</link><comments>https://teletype.in/@antonlazorenko/SJfR5SpaH?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=antonlazorenko#comments</comments><dc:creator>antonlazorenko</dc:creator><title>Код</title><pubDate>Tue, 10 Dec 2019 16:41:46 GMT</pubDate><description><![CDATA[&lt;!-- Тильдошная смешанный скролл для Тильды --&gt; &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.7/jquery.fullpage.min.css&quot; /&gt; &lt;script type=&quot;text/javascript&quot; src=&quot;https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.7/vendors/jquery.easings.min.js&quot;&gt;&lt;/script&gt; &lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.7/jquery.fullpage.extensions.min.js&quot;&gt;&lt;/script&gt; &lt;script&gt; function check_direction(t,e,i){var n=$($(&quot;.section&quot;).get(t-1)).find(&quot;.fp-slide&quot;).length,f=-1;if(n){if($($(&quot;.section&quot;).get(t-1)).find(&quot;.fp-slide&quot;).each(function(t,e){$(e).hasClass(&quot;active&quot;)&amp;&amp;(f=t+1)}),&quot;down&quot;==i&amp;&amp;f&lt;n)return $.fn.fullpage.moveSlideRight(),!1;if(&quot;up&quot;==i&amp;&amp;1&lt;f)return...]]></description><content:encoded><![CDATA[
  <p>&lt;!-- Тильдошная смешанный скролл для Тильды --&gt;<br />&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.7/jquery.fullpage.min.css&quot; /&gt;<br />&lt;script type=&quot;text/javascript&quot; src=&quot;https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.7/vendors/jquery.easings.min.js&quot;&gt;&lt;/script&gt;<br />&lt;script src=&quot;https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.7/jquery.fullpage.extensions.min.js&quot;&gt;&lt;/script&gt;<br />&lt;script&gt;<br />function check_direction(t,e,i){var n=$($(&quot;.section&quot;).get(t-1)).find(&quot;.fp-slide&quot;).length,f=-1;if(n){if($($(&quot;.section&quot;).get(t-1)).find(&quot;.fp-slide&quot;).each(function(t,e){$(e).hasClass(&quot;active&quot;)&amp;&amp;(f=t+1)}),&quot;down&quot;==i&amp;&amp;f&lt;n)return $.fn.fullpage.moveSlideRight(),!1;if(&quot;up&quot;==i&amp;&amp;1&lt;f)return $.fn.fullpage.moveSlideLeft(),!1}return(&quot;up&quot;!=i||$($(&quot;.section&quot;).get(t-1)).prev().find(&quot;.t-rec&quot;).attr(&quot;id&quot;)!=$(&quot;.section&quot;).first().find(&quot;.t-rec&quot;).attr(&quot;id&quot;))&amp;&amp;((&quot;down&quot;!=i||$($(&quot;.section&quot;).get(t-1)).next().find(&quot;.t-rec&quot;).attr(&quot;id&quot;)!=$(&quot;.section:not(.label)&quot;).last().find(&quot;.t-rec&quot;).attr(&quot;id&quot;))&amp;&amp;void 0)}</p>
  <p><br />$(document).ready(function() {<br />	/*************************************************/<br />	/*******************Часть 1***********************/<br />	/*************************************************/<br />	// Указываем простые секции<br />	var sections = $(&quot;#rec148060165, #rec148086779&quot;);<br />	// Указываем группы слайдов<br />	var sliders = [&quot;#rec148034342, #rec148054578&quot;, &quot;#rec148077685&quot;];</p>
  <p><br />	sections.wrap(&quot;&lt;div class=&#x27;section&#x27;&gt;&lt;/div&gt;&quot;);<br />	sliders.forEach(function(s){<br />		let parents = $(s).wrap(&quot;&lt;div class=&#x27;slide&#x27;&gt;&lt;/div&gt;&quot;);<br />		parents.parent().wrapAll(&quot;&lt;div class=&#x27;section&#x27;&gt;&lt;/div&gt;&quot;);<br />	})<br />	$(&quot;.section&quot;).wrapAll(&quot;&lt;div id=&#x27;fullpage&#x27;&gt;&lt;/div&gt;&quot;);</p>
  <p>	/*********************************************/<br />	/*****************ЧАСТЬ 2*********************/<br />	/*********************************************/</p>
  <p><br />	$($(&quot;.section&quot;).get(1)).addClass(&quot;active&quot;);<br />	window.page = $(&#x27;#fullpage&#x27;).fullpage({<br />		/*************************************************/<br />		/*******************Часть 3***********************/<br />		/*************************************************/<br />		// Скорость скролла<br />		scrollingSpeed: 1000,<br />		controlArrows: false,</p>
  <p><br />		// Не трогать<br />		css3: true,<br />		scrollBar: true,<br />		onLeave: function(index, nextIndex, direction) {<br />			if (check_direction(index, nextIndex, direction) == false) {<br />				return false;<br />			}<br />			return true;<br />		},<br />	});<br />});<br />&lt;/script&gt;</p>
  <p>&lt;style&gt;<br />	body {<br />		overflow: hidden !important;<br />	}<br />&lt;/style&gt;</p>

]]></content:encoded></item><item><guid isPermaLink="true">https://teletype.in/@antonlazorenko/Hk-llHlqS</guid><link>https://teletype.in/@antonlazorenko/Hk-llHlqS?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=antonlazorenko</link><comments>https://teletype.in/@antonlazorenko/Hk-llHlqS?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=antonlazorenko#comments</comments><dc:creator>antonlazorenko</dc:creator><title>ывывыв</title><pubDate>Fri, 25 Oct 2019 09:27:04 GMT</pubDate><description><![CDATA[ывывыв]]></description><content:encoded><![CDATA[
  <p>ывывыв</p>
  <p></p>
  <figure class="m_column">
    <iframe src=""></iframe>
  </figure>

]]></content:encoded></item><item><guid isPermaLink="true">https://teletype.in/@antonlazorenko/rJUx-62FS</guid><link>https://teletype.in/@antonlazorenko/rJUx-62FS?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=antonlazorenko</link><comments>https://teletype.in/@antonlazorenko/rJUx-62FS?utm_source=teletype&amp;utm_medium=feed_rss&amp;utm_campaign=antonlazorenko#comments</comments><dc:creator>antonlazorenko</dc:creator><title>ТЕст</title><pubDate>Tue, 22 Oct 2019 17:48:30 GMT</pubDate><description><![CDATA[nfkfknf]]></description><content:encoded><![CDATA[
  <p>nfkfknf</p>
  <p></p>
  <p></p>
  <pre>&lt;iframe src=&quot;https://docs.google.com/forms/d/e/1FAIpQLScZB2Ygt2TTXL4rsCFBYJtqPnAPYD1Bw4c1b-jeQqLIqL40-w/viewform?embedded=true&quot; width=&quot;640&quot; height=&quot;1052&quot; frameborder=&quot;0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot;&gt;Загрузка…&lt;/iframe&gt;</pre>

]]></content:encoded></item></channel></rss>