Added more material design touch response, swipe pages, and began effects lists
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
Template.clickCard.events({
|
||||
"click paper-shadow ": function(event){
|
||||
event.currentTarget.setZ(2);
|
||||
_.delay(function(){
|
||||
event.currentTarget.setZ(1);
|
||||
}, 300)
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user