You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
# Sling
4
4
5
-
Sling is a client-side JavaScript framework for building Single Page Applications (SPAs). Sling is lightweight, **30KB minified, and less than 9KB gzipped**.
5
+
Sling is a client-side JavaScript framework for building Single Page Applications (SPAs). Sling is lightweight, **31KB minified, and less than 9KB gzipped**.
6
6
7
7
Sling creates and uses an Incremental DOM to perform differential updates for fast rendering.
8
8
@@ -292,6 +292,13 @@ Attribute directives change the appearance or behavior of a DOM element.
292
292
|```slanimatedestroytarget```|Attribute |Used together with ```slanimatedestroy```. Should be a function which returns a DOM node to animate. The proposed node to animate is supplied as an argument to the function.|
293
293
|```slpreventdefault```|Attribute |Prevent default behavior on Event object. |
294
294
295
+
Namespace directives apply namespace information to an element or attribute.
0 commit comments