
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
elr-scss-animations
Advanced tools
Download node at nodejs.org and install it, if you haven't already.
npm install elr-scss-animations
or
yarn add elr-scss-animations
the elr-fade mixin shows and hides an element on hover.
@import "elr-scss-animations/src/main";
.elr-fade-out {
@include elr-fade();
}
.elr-fade-in {
@include elr-fade(
$config: (
type: show,
)
);
}
<div class="elr-fade-in">
<div class="elr-fade-item box">
<p>Now you can see me</p>
</div>
</div>
<div class="elr-fade-out">
<div class="elr-fade-item box">
<p>Now you can see me</p>
</div>
</div>
.elr-spin-4s {
@include elr-spin(
$config: (
speed: 4s,
)
);
}
<div class="circle elr-spin-4s">Spinning Faster!</div>
@import "elr-scss-animations/src/main";
.elr-flipper {
@include elr-flipper;
}
<div class="elr-flipper">
<div class="elr-flipper-container active" role="button" aria-pressed="true">
<div class="elr-flipper-front">
<p>Click Here</p>
</div>
<div class="elr-flipper-back">
<p>This is some content</p>
</div>
</div>
</div>
.elr-slide {
@include elr-slide;
}
<div>
<h4>Slide Down</h4>
<ul class="elr-slide">
<li>Item One</li>
<li>Item Two</li>
<li>Item Three</li>
<li>Item Four</li>
</ul>
</div>
SEE LICENSE IN LICENSE.md
FAQs
a scss mixin for animations
We found that elr-scss-animations demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.