Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F440273
behavior-jump-to.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
293 B
Referenced Files
None
Subscribers
None
behavior-jump-to.js
View Options
/**
* @provides javelin-behavior-diffusion-jump-to
* @requires javelin-behavior
* javelin-vector
* javelin-dom
*/
JX
.
behavior
(
'diffusion-jump-to'
,
function
(
config
)
{
setTimeout
(
function
()
{
window
.
scrollTo
(
0
,
JX
.
$V
(
JX
.
$
(
config
.
target
)).
y
-
100
);
},
0
);
});
File Metadata
Details
Attached
Mime Type
application/javascript
Expires
Sun, May 4, 5:39 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
63991
Default Alt Text
behavior-jump-to.js (293 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment