Skip to content

Instantly share code, notes, and snippets.

View beseidel's full-sized avatar

Barbara Seidel beseidel

View GitHub Profile
@beseidel
beseidel / blend-mode-slider-double-exposure.markdown
Created October 26, 2019 22:14
Blend Mode Slider - Double Exposure

Blend Mode Slider - Double Exposure

Using CSS blender backgrounds & animation to create double exposure effects for article slides.

A Pen by Sullivan Nolan on CodePen.

License.

@beseidel
beseidel / index.pug
Created October 26, 2019 22:05
React Slider w/ Hover Effect
#app
@beseidel
beseidel / client-logo-slider.markdown
Created October 26, 2019 22:03
Client Logo Slider
@beseidel
beseidel / index.html
Created October 26, 2019 21:58
WebGL Distortion Slider
<body class="loading">
<!-- add karla font -->
<header>
<div class="inner">
<div class="logo"><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/123024/wwf-logo.png"></div>
<div class="burger"></div>
<nav>
<a class="active" href="#">Species</a>
@beseidel
beseidel / index.html
Created October 26, 2019 19:16
Slider Before-After
<div class="ba-slider">
<img src="http://ddragon.leagueoflegends.com/cdn/img/champion/splash/TwistedFate_4.jpg" alt="" />
<div class="resize">
<img src="http://ddragon.leagueoflegends.com/cdn/img/champion/splash/TwistedFate_3.jpg" alt="" />
</div>
@beseidel
beseidel / index.html
Created October 26, 2019 06:12
Slick Slider - Example #9
<div class="Modern-Slider">
<!-- Item -->
<div class="item">
<div class="img-fill">
<img src="https://i.imgur.com/JNKiMHU.jpg" alt="">
<div class="info">
<div>
<h3>Full Width Slider With Layers</h3>
<h5>You can easily add image, html formatted texts and video layers over each slide and each layer accepts unique animation.</h5>
</div>
@beseidel
beseidel / index.html
Created October 26, 2019 06:06
Split Slick Slideshow
<!--
Follow me on
Dribbble: https://dribbble.com/supahfunk
Twitter: https://twitter.com/supahfunk
Codepen: https://codepen.io/supah/
-->
<div class="split-slideshow">
<div class="slideshow">
@beseidel
beseidel / index.html
Created October 26, 2019 05:46
Masked Circle Slider
<div class="slider" id="slider-1">
<div class="item">
<svg xmlns="http://www.w3.org/2000/svg" class="original">
<image width="100%" height="100%" preserveAspectRatio="xMidYMid slice" xlink:href="https://github.com/supahfunk/supah-codepen/blob/master/flowers/1.jpg?raw=true" mask="url(#donutmask)"></image>
</svg>
<div class="tit">DAISY</div>
</div>
<div class="item">
<svg xmlns="http://www.w3.org/2000/svg" class="original">
<image width="100%" height="100%" preserveAspectRatio="xMidYMid slice" xlink:href="https://github.com/supahfunk/supah-codepen/blob/master/flowers/3.jpg?raw=true" mask="url(#donutmask)"></image>
@beseidel
beseidel / gray-white-skewed-slider-with-scrolling.markdown
Last active December 14, 2020 18:24
Gray & White - Skewed Slider with Scrolling

Gray & White - Skewed Slider with Scrolling

This Skewed Slider with Scrolling based on Pure JS and CSS (without libraries).

A Pen by Victor Belozyorov on CodePen.

License.