Area restrita - Questionario
This commit is contained in:
+3
-3
@@ -21,10 +21,10 @@
|
||||
}
|
||||
|
||||
/*!
|
||||
* ScrollSmoother 3.14.2
|
||||
* ScrollSmoother 3.15.0
|
||||
* https://gsap.com
|
||||
*
|
||||
* @license Copyright 2008-2025, GreenSock. All rights reserved.
|
||||
* @license Copyright 2008-2026, GreenSock. All rights reserved.
|
||||
* Subject to the terms at https://gsap.com/standard-license
|
||||
* @author: Jack Doyle, jack@greensock.com
|
||||
*/
|
||||
@@ -953,7 +953,7 @@
|
||||
|
||||
return ScrollSmoother;
|
||||
}();
|
||||
ScrollSmoother.version = "3.14.2";
|
||||
ScrollSmoother.version = "3.15.0";
|
||||
|
||||
ScrollSmoother.create = function (vars) {
|
||||
return _mainInstance && vars && _mainInstance.content() === _toArray(vars.content)[0] ? _mainInstance : new ScrollSmoother(vars);
|
||||
|
||||
Reference in New Issue
Block a user