We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee9347 commit 035e082Copy full SHA for 035e082
elastic/src/main/java/com/arcbees/gquery/elastic/client/CssFeatureDetector.java
@@ -19,6 +19,12 @@
19
import com.google.gwt.dom.client.Element;
20
import com.google.gwt.user.client.DOM;
21
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
+ */
28
public class CssFeatureDetector {
29
/**
30
* Implementation for ie6-8
0 commit comments