RGB Circle to Code Bracelets transformation using CSS3
A Pen by Ganapati V S on CodePen.
var React = require('react'); | |
var events = require('add-event-listener'); | |
var isVisible = require('../isVisible'); | |
var LazyLoad = React.createClass({ | |
displayName: 'LazyLoad', | |
propTypes: { | |
distance: React.PropTypes.number, | |
component: React.PropTypes.node.isRequired, | |
children: React.PropTypes.node.isRequired |
(function () { | |
var root = angular.element(document.getElementsByTagName('body')); | |
var watchers = []; | |
var f = function (element) { | |
angular.forEach(['$scope', '$isolateScope'], function (scopeProperty) { | |
if (element.data() && element.data().hasOwnProperty(scopeProperty)) { | |
angular.forEach(element.data()[scopeProperty].$$watchers, function (watcher) { | |
watchers.push(watcher); |
RGB Circle to Code Bracelets transformation using CSS3
A Pen by Ganapati V S on CodePen.
<link rel="import" href="../yt-video/yt-search-video.html"> | |
<link rel="import" href="../topeka-elements/category-icons.html"> | |
<link rel="import" href="../core-icon/core-icon.html"> | |
<link rel="import" href="../paper-calculator/paper-calculator.html"> | |
<link rel="import" href="../paper-input/paper-input.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> |
SVG Loader animation
A Pen by Ganapati V S on CodePen.
CSS 3D animation used in image hover effect. This effect is smooth with Welcome message on hover.
A Pen by Ganapati V S on CodePen.
Two way sound visualization loader
A Pen by Ganapati V S on CodePen.