make screensaver manager get user settings
This commit is contained in:
parent
4441c32c4b
commit
f28074fb9e
3 changed files with 50 additions and 52 deletions
|
@ -58,6 +58,7 @@ define(["pluginManager"], function (pluginManager) {
|
|||
var timing = { duration: 900, iterations: iterations, easing: "cubic-bezier(0.215, 0.610, 0.355, 1.000)" };
|
||||
return elem.animate(keyframes, timing);
|
||||
}
|
||||
|
||||
function shake(elem, iterations) {
|
||||
var keyframes = [
|
||||
{ transform: "translate3d(0, 0, 0)", offset: 0 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue