It has one color but animation is colorful. How did it happen? Click and see it.
Hello Everyone! I loved Material Design and I developed the following polymer app without Canvas and Polymer.
You can use Only CSS3 - Pure Javascript!
I hope you like it :)
http://www.polymer-project.org/samples/tutorial/finished/index.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function is_group(layer) { | |
return [layer isMemberOfClass:[MSLayerGroup class]] || [layer isMemberOfClass:[MSArtboardGroup class]] | |
} | |
function is_invisible_selectit(layer) { | |
if([layer isVisible] == false) { | |
[layer select:true byExpandingSelection:true] | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// node modules içerisindeki gulp modülünü çağıran kod parçamız. | |
// Onu 'gulp' adında bir değişkene atıyoruz. | |
var gulp = require('gulp'); | |
// node modules içerisindeki gulp-imagemin modülünü çağıran kod parçamız. | |
// Onu 'imagemin' adında bir değişkene atıyoruz. | |
var imagemin = require('gulp-imagemin'); | |
// En basta 'gulp' degiskenine gulp modulunu tanimlamistik. | |
// Artik gulp. şeklinde gulp işlevlerini kullanabiliriz. | |
// gulp işlevleri neler mi? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* React Starter Kit (https://www.reactstarterkit.com/) | |
* | |
* Copyright © 2014-2016 Kriasoft, LLC. All rights reserved. | |
* | |
* This source code is licensed under the MIT license found in the | |
* LICENSE.txt file in the root directory of this source tree. | |
*/ | |
/* eslint-disable global-require */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
include('./MailChimp.php'); | |
use \DrewM\MailChimp\MailChimp; | |
function cors() { | |
// Allow from any origin | |
if (isset($_SERVER['HTTP_ORIGIN'])) { | |
// Decide if the origin in $_SERVER['HTTP_ORIGIN'] is one | |
// you want to allow, and if so: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* WordPress Export Administration API | |
* | |
* @package WordPress | |
* @subpackage Administration | |
*/ | |
/** | |
* Version number for the export format. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#banner { | |
display: none !important; | |
} | |
html { | |
background: none !important; } | |
body { | |
background: transparent !important; } | |
body .c-message--ephemeral, body .c-message--sli_highlight_negative, |