Skip to content

Instantly share code, notes, and snippets.

m.directive('ionSticky', ['$ionicPosition', '$compile', '$timeout', function ($ionicPosition, $compile, $timeout) {
return {
restrict: 'A',
require: '^$ionicScroll',
link: function ($scope, $element, $attr, $ionicScroll) {
var scroll = angular.element($ionicScroll.element);
var clone;
// creates the sticky clone and adds it to DOM
var createStickyClone = function ($element) {
clone = $element.clone().css({
@Poordeveloper
Poordeveloper / Material Design - Responsive card.markdown
Created October 21, 2015 15:59
Material Design - Responsive card

Material Design - Responsive card

Responsive material card based on Google Material Color palette in a bootstrap grid.

A Pen by David Foliti on CodePen.

License.

@Poordeveloper
Poordeveloper / Back to the Future Button.markdown
Created October 21, 2015 16:02
Back to the Future Button

Back to the Future Button

DeLorean created entirely with CSS3. Submission for the BUTTONS art show by Northern-Southern.

A Pen by Pralie on CodePen.

License.

@Poordeveloper
Poordeveloper / Elastic SVG Sidebar Material Design.markdown
Created October 21, 2015 16:06
Elastic SVG Sidebar Material Design
@Poordeveloper
Poordeveloper / Elastic Pull To Refresh Concept.markdown
Created October 21, 2015 16:07
Elastic Pull To Refresh Concept
@Poordeveloper
Poordeveloper / Material Compact Login Animation.markdown
Created October 21, 2015 16:11
Material Compact Login Animation

Material Login Form

Interactive Material Design Login Form.

This could be a lot more smoother, which is why I'll be updating it sometime this week when I have free time. However, here's the first version of it.

Close button should function properly now.

Design by Boris Borisov @ MaterialUp http://www.materialup.com/posts/compact-login

@Poordeveloper
Poordeveloper / Log In interaction animation with material design.markdown
Created October 21, 2015 16:23
Log In interaction animation with material design