add carousel auto-scroll and removed inactive cursor
All checks were successful
publish.yml / publish (push) Successful in 1m3s
All checks were successful
publish.yml / publish (push) Successful in 1m3s
This commit is contained in:
@@ -34,7 +34,16 @@
|
||||
<h2>Tech Stack</h2>
|
||||
<p>Primary technologies I use to deliver production-ready software.</p>
|
||||
</div>
|
||||
<div class="stack-carousel-shell">
|
||||
<div
|
||||
class="stack-carousel-shell"
|
||||
data-disable-bg-pointer
|
||||
(mouseenter)="pauseAutoScroll()"
|
||||
(mouseleave)="resumeAutoScroll()"
|
||||
(focusin)="pauseAutoScroll()"
|
||||
(focusout)="onCarouselFocusOut($event)"
|
||||
(touchstart)="pauseAutoScroll()"
|
||||
(touchend)="resumeAutoScroll()"
|
||||
>
|
||||
<button class="carousel-btn" type="button" aria-label="Previous technologies" (click)="scrollStack(-1)">
|
||||
<span aria-hidden="true">←</span>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user