<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Add fade from another point instead vertical]]></title><description><![CDATA[<p dir="auto">I want to know if there’s any way to put fade from the right to the left. In calendar module i want to add fade effect to long lenght events.</p>
]]></description><link>https://forum.magicmirror.builders/topic/12498/add-fade-from-another-point-instead-vertical</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Jul 2026 06:15:31 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12498.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 05 Apr 2020 02:28:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Add fade from another point instead vertical on Mon, 06 Apr 2020 14:36:18 GMT]]></title><description><![CDATA[<p dir="auto">Here is the CSS I use for a vertical gradient:</p>
<pre><code>.calendar table:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.48) 100%);
}
</code></pre>
<p dir="auto">You could modify the above (using the <em>deg</em> angle) to create a horizontal gradient.</p>
<p dir="auto"><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient" target="_blank" rel="noopener noreferrer nofollow ugc">https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient</a></p>
]]></description><link>https://forum.magicmirror.builders/post/72098</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/72098</guid><dc:creator><![CDATA[jca2112]]></dc:creator><pubDate>Mon, 06 Apr 2020 14:36:18 GMT</pubDate></item><item><title><![CDATA[Reply to Add fade from another point instead vertical on Sun, 05 Apr 2020 19:55:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/broberg" aria-label="Profile: broberg">@<bdi>broberg</bdi></a> It didn’t work out for me, but that’s okay, I’ll try to see if it works out differently.</p>
<p dir="auto">Thanks for help</p>
]]></description><link>https://forum.magicmirror.builders/post/72020</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/72020</guid><dc:creator><![CDATA[Quesada]]></dc:creator><pubDate>Sun, 05 Apr 2020 19:55:22 GMT</pubDate></item><item><title><![CDATA[Reply to Add fade from another point instead vertical on Sun, 05 Apr 2020 15:00:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/quesada" aria-label="Profile: Quesada">@<bdi>Quesada</bdi></a> but that is animation</p>
]]></description><link>https://forum.magicmirror.builders/post/71985</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71985</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 05 Apr 2020 15:00:40 GMT</pubDate></item><item><title><![CDATA[Reply to Add fade from another point instead vertical on Sun, 05 Apr 2020 14:46:55 GMT]]></title><description><![CDATA[<p dir="auto">you can play around with gradient backgrounds</p>
<p dir="auto">maybe this works (disclaimer : I haven’t tried it, just looked up text fade with css):</p>
<pre><code>.calendar .title:before {
    content:'';
    width:100%;
    height:100%;    
    position:absolute;
    left:0;
    top:0;
    background: linear-gradient(to right, transparent, #000 100%);
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/71981</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71981</guid><dc:creator><![CDATA[broberg]]></dc:creator><pubDate>Sun, 05 Apr 2020 14:46:55 GMT</pubDate></item><item><title><![CDATA[Reply to Add fade from another point instead vertical on Sun, 05 Apr 2020 03:12:57 GMT]]></title><description><![CDATA[<p dir="auto">i don’t want animation. What i want is this:</p>
<p dir="auto"><a href="https://codepen.io/sebj54/pen/einIw" target="_blank" rel="noopener noreferrer nofollow ugc">https://codepen.io/sebj54/pen/einIw</a></p>
]]></description><link>https://forum.magicmirror.builders/post/71940</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71940</guid><dc:creator><![CDATA[Quesada]]></dc:creator><pubDate>Sun, 05 Apr 2020 03:12:57 GMT</pubDate></item><item><title><![CDATA[Reply to Add fade from another point instead vertical on Sun, 05 Apr 2020 03:12:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/quesada" aria-label="Profile: Quesada">@<bdi>Quesada</bdi></a> Google search, css animations</p>
]]></description><link>https://forum.magicmirror.builders/post/71939</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71939</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 05 Apr 2020 03:12:04 GMT</pubDate></item></channel></rss>