22 Commits

Author SHA1 Message Date
Andrey A.I. Sitnik
0cdfa78e7c Clean up code 2011-09-11 14:07:57 +04:00
Andrey A.I. Sitnik
f61f1fe64a Add fallback browser support by focus/blur hack 2011-09-10 17:21:23 +04:00
Andrey A.I. Sitnik
e871a4a559 Add intergation test 2011-09-10 15:53:13 +04:00
Andrey A.I. Sitnik
85c2757777 Fix 80 symbols limit to rows 2011-06-26 18:43:43 +04:00
Andrey A.I. Sitnik
bb1331f5a9 Remove deprecated support() and notPrerender() 2011-06-26 18:32:07 +04:00
Peter Zotov
4db40eaa38 Rename support->isSupported, notPrerender->afterPrerendering. 2011-06-25 19:40:27 +04:00
Peter Zotov
04f8691048 Fix grammar in specs. 2011-06-25 19:20:18 +04:00
Andrey A.I. Sitnik
0bc87e46b5 Fix IE 6-7 support 2011-06-22 20:48:37 +04:00
Andrey A.I. Sitnik
b0e0721200 Set listener in every method 2011-06-20 12:19:13 +04:00
Andrey A.I. Sitnik
fb238f6204 Add Visibility.notPrerender(callback) to run code not in prerender state 2011-06-19 15:00:36 +04:00
Andrey A.I. Sitnik
5177ea9434 Allow to use syntax sugar from jQuery Chrono plugin 2011-06-19 14:48:03 +04:00
Andrey A.I. Sitnik
d59a9f40d5 Add Visibility.every to setInterval depend on visibility state 2011-06-19 14:30:19 +04:00
Andrey A.I. Sitnik
ca62102f60 Add Visibility.change(callback) to listen visibility state changes 2011-06-17 12:00:37 +04:00
Andrey A.I. Sitnik
2960c2cee4 Add Visibility.onVisible(callback) to run code only when page become to be visible 2011-06-17 11:43:35 +04:00
Andrey A.I. Sitnik
ca7b80221e Rename project to Visibility 2011-06-16 23:53:45 +04:00
Andrey A.I. Sitnik
869bf6cfe6 Add Visible.state() as proxy to document.visibilityState 2011-06-16 23:48:17 +04:00
Andrey A.I. Sitnik
4c539f5d47 Add Visible.hidden() as proxy to document.hidden with vendor prefix 2011-06-16 23:41:59 +04:00
Andrey A.I. Sitnik
23c1412e4f Add method to return value of property with vendor prefix in name 2011-06-16 23:36:18 +04:00
Andrey A.I. Sitnik
b7e87e5ee7 Add method to build property name with vendor prefix 2011-06-16 23:28:27 +04:00
Andrey A.I. Sitnik
622a811a45 Add Visible.support() to check browser support 2011-06-16 23:19:36 +04:00
Andrey A.I. Sitnik
8a79d546a2 Add code to detect vendor prefix 2011-06-16 23:13:37 +04:00
Andrey A.I. Sitnik
287a8b166a Initialize project 2011-06-16 22:35:45 +04:00