animation fix
This commit is contained in:
parent
d2b12ae8c1
commit
bd24cdf832
@ -119,6 +119,8 @@ Template.admin.rendered = function() {
|
||||
$(".border.tabs-content").mCustomScrollbar({
|
||||
theme: 'dark',
|
||||
scrollInertia: 0,
|
||||
mouseWheelPixels: 30
|
||||
mouseWheelPixels: 40,
|
||||
contentTouchScroll: 30
|
||||
});
|
||||
|
||||
}
|
||||
@ -27,6 +27,7 @@ Template.checkout.rendered = function() {
|
||||
$(".chckChromebooks").mCustomScrollbar({
|
||||
theme: 'dark',
|
||||
scrollInertia: 0,
|
||||
mouseWheelPixels: 30
|
||||
mouseWheelPixels: 40,
|
||||
contentTouchScroll: 30
|
||||
});
|
||||
}
|
||||
@ -25,14 +25,9 @@ Momentum.registerPlugin('slide-fade', function(options) {
|
||||
removeElement: function(node, done) {
|
||||
var $node = $(node);
|
||||
|
||||
$node.velocity('slideUp', {
|
||||
easing: options.easing,
|
||||
duration: options.duration,
|
||||
complete: function() {
|
||||
$node.remove();
|
||||
done();
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
$node
|
||||
.velocity('fadeOut');
|
||||
|
||||
}
|
||||
}
|
||||
});
|
||||
@ -27,6 +27,7 @@ Template.teacher.rendered = function() {
|
||||
$(".tchChromebooks").mCustomScrollbar({
|
||||
theme: 'dark',
|
||||
scrollInertia: 0,
|
||||
mouseWheelPixels: 30
|
||||
mouseWheelPixels: 40,
|
||||
contentTouchScroll: 30
|
||||
});
|
||||
}
|
||||
|
||||
@ -15,11 +15,11 @@ Meteor.publish('carts', function() {
|
||||
});
|
||||
|
||||
var adminusers = [
|
||||
"ybq987@gmail.com",
|
||||
"mminer@bloomfield.org",
|
||||
"qalieh.yaman90@bloomfield.org",
|
||||
"ksjdragon@gmail.com",
|
||||
"chthomas@bloomfield.org"
|
||||
"chthomas@bloomfield.org",
|
||||
"ybq987@gmail.com"
|
||||
];
|
||||
for (var i = 0; i < adminusers.length; i++) {
|
||||
var adminuser = adminusers[i];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user