Skip to content

Instantly share code, notes, and snippets.

@Elirena
Elirena / apple-tv-parallax-pure-css.markdown
Created August 13, 2018 09:24
Apple TV parallax Pure CSS
@Elirena
Elirena / react-scroll-parallax.markdown
Created August 13, 2018 09:17
React Scroll Parallax

React Scroll Parallax

Experimenting with some scroll based parallax effects in React. Uses react-scroll-parallax which provides a react component and single passive scroll listener to add vertical scrolling based offsets to elements based on their position in the viewport.

A Pen by J Scott Smith on CodePen.

License.

@Elirena
Elirena / index.html
Created June 22, 2018 10:48
Six Pure CSS Button Hover Animations
<div class="col">
<div class="container-1">
<div class="btn btn-one">
<span>BUTTON ONE</span>
</div>
</div>
<div class="container-2">
<div class="btn btn-two">
<span>IDLE</span>
@Elirena
Elirena / button-hover-border-animations.markdown
Created June 22, 2018 10:48
Button Hover Border Animations

Button Hover Border Animations

Using pseudo elements to mimic an element's border with transition and alternating transform-origin on hover

A Pen by Sean Free on CodePen.

License.

Animated CSS Icons

A bunch of animated CSS icons using BEMIT as CSS naming convention. Builded as component with relative units.

A Pen by Vivian on CodePen.

License.

@Elirena
Elirena / icon-kit-by-ionicons.markdown
Created June 20, 2018 13:52
Icon Kit by ionicons
@Elirena
Elirena / button-hover-typewriter.markdown
Created June 20, 2018 11:09
Button Hover – Typewriter
@Elirena
Elirena / index.pug
Created June 20, 2018 10:20
Users UI/UX New Concept
.page
.users
script#user-template(type="text/x-handlebars-template")
.user
.photo
img(src="{{photo}}")
.info
.name {{name}}
.nickName {{userName}}