Skip to content

Instantly share code, notes, and snippets.

@cythux
cythux / SVG-Loading-icons.markdown
Created November 16, 2014 20:44
A Pen by Aurer.
@cythux
cythux / Animation-on-load.markdown
Created November 2, 2014 20:20
A Pen by Svein Erik Farstad.

Youtube page load effect

I used a linear interpolation function to achieve this effect. It could be done so much simpeler but hey, Math!

A Pen by Ritchie on CodePen.

License.

@cythux
cythux / CSS3-(Sass-Compass)-Form-Elements.markdown
Created October 26, 2014 17:58
A Pen by Omar Jesus Bravo.

Easy color-schemes with Sass (SCSS)

Simply change the variable $theme in the SCSS code (line 43). Choose $zenburn or $monokai.

A Pen by Gregor Adams on CodePen.

License.

@cythux
cythux / Full-Screen-Nav.markdown
Created October 19, 2014 17:07
A Pen by Rachel Smith.

Full Screen Nav

I wanted to make something to tesst out Sass directives so I created this full screen nav animate in/out with the Sass @for directive.

At the moment the sizing is a bit wack on mobile - something to do with window.innerHeight not getting the mobile viewport size

A Pen by Rachel Smith on CodePen.

License.