Skip to content

Commit 035e082

Browse files
committed
add javadoc for CssFeatureDetector
1 parent bee9347 commit 035e082

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

elastic/src/main/java/com/arcbees/gquery/elastic/client/CssFeatureDetector.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
import com.google.gwt.dom.client.Element;
2020
import com.google.gwt.user.client.DOM;
2121

22+
/**
23+
* The role of this class is to detect if the browser support css transform, translate3d and calc function.
24+
* and to know how these features are supported : prefixed or not ?
25+
* <p/>
26+
* For instance, some browsers support translate3d but only if you prefix it : -webkit-translate3d
27+
*/
2228
public class CssFeatureDetector {
2329
/**
2430
* Implementation for ie6-8

0 commit comments

Comments
 (0)