Responsive half flip card with 3d transform on bootstrap grid
A Pen by David Foliti on CodePen.
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({ |
Responsive half flip card with 3d transform on bootstrap grid
A Pen by David Foliti on CodePen.
Responsive material card based on Google Material Color palette in a bootstrap grid.
A Pen by David Foliti on CodePen.
Based on this dribbble shot - https://dribbble.com/shots/2232385-Pull-Down-to-Refresh by Hoang Nguyen.
No animation libs. Line animation not working in IE.
A Pen by Nikolay Talanov on CodePen.
Material Compact Login Animation , @MaterialUp Tweet https://twitter.com/MaterialUp/status/622009685521113088 , Compact Login - Animation by @noxiousone made with Sketch & After Effects #materialdesign :)
A Pen by Yusuf Bakır on CodePen.
Interactive Material Design Login Form.
Close button should function properly now.
Design by Boris Borisov @ MaterialUp http://www.materialup.com/posts/compact-login
Created this based off of https://dribbble.com/shots/2056935-Login-form?list=shots&sort=popular&timeframe=now&offset=534
A Pen by Irem Lopsum on CodePen.