There is a trick with jQuery or Zepto.js that you can Change auto Direction of Inputs in forms.
A Pen by Siamak Mokhtari on CodePen.
There is a trick with jQuery or Zepto.js that you can Change auto Direction of Inputs in forms.
A Pen by Siamak Mokhtari on CodePen.
Replacement Background-attachment with Position Fixed. Read the CSS Code and will be found.
A Pen by Siamak Mokhtari on CodePen.
<!-- Created by Siamak Mokhtari (@sia_mac) --> | |
<section class="grid-full"> | |
<h1>pop on Licon!</h1> | |
<p>pop is an effect animation that <a href="https://github.com/facebook/" target="_blank">Facebook</a> used on <a href="http://www.facebook.com/paper" target="_blank">Paper™</a> application.<br/> | |
In this pen you can see pop animation on CSS3 without using any js codes. | |
</p> | |
<figure class="grid-one pop"> | |
<i class="licon-clock"></i> |
Replace any sample text
A Pen by Siamak Mokhtari on CodePen.
/* | |
_____ _ _ ___ ___ _ _ _ _ | |
/ ___|(_) | | | \/ | | | | | | | (_) | |
\ `--. _ __ _ _ __ ___ __ _ | | __ | . . | ___ | | __| |__ | |_ __ _ _ __ _ | |
`--. \| | / _` || '_ ` _ \ / _` || |/ / | |\/| | / _ \ | |/ /| '_ \ | __|/ _` || '__|| | | |
/\__/ /| || (_| || | | | | || (_| || < | | | || (_) || < | | | || |_| (_| || | | | | |
\____/ |_| \__,_||_| |_| |_| \__,_||_|\_\ \_| |_/ \___/ |_|\_\|_| |_| \__|\__,_||_| |_| | |
www.siamak.us | |
== Mixin of BEM selectors with SCSS: == |
$colors: ( | |
red: ( | |
base : #FF4E4E, | |
dark : #FF0005 | |
), | |
dark: ( | |
base : #212121, | |
normal : #333333, | |
light : #E0E0E0 | |
) |
Community Packages (34) | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] |
/** | |
* GradientArray • Steps gradient. | |
* @author Siamak Mokhtari <[email protected]> | |
* @date 06/21/16. | |
*/ | |
class GradientArray { | |
// Convert a hex color to an RGB array e.g. [r,g,b] | |
// Accepts the following formats: FFF, FFFFFF, #FFF, #FFFFFF | |
hexToRgb(hex) { | |
let r, g, b, parts; |
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="https://code.jquery.com/jquery-1.9.1.js"></script> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<h3>Image Validator: </h3> |
React for Developers at #irDevConf ■ Presentation Cover.
A Pen by Siamak Mokhtari on CodePen.