Alex Fox
2383abd408
fixed demo
2019-04-03 19:31:02 +01:00
Alex Fox
1b98233010
built 1.2.2
v1.2.2
2019-04-03 17:48:43 +01:00
Alex Fox
e3ace92004
Merge branch 'master' of https://github.com/alexfoxy/laxx
2019-04-03 17:48:12 +01:00
Alex Fox
2c54a68027
fixed issue with lax.addelement
2019-04-03 17:48:06 +01:00
Alex Fox
1a2205bfdf
Merge pull request #35 from okydk/patch-1
...
Added CDN info
2019-04-03 15:12:07 +01:00
Stefan
5c70d40a35
Added CDN info
2019-04-03 15:36:53 +02:00
Alex Fox
8a98a9781c
Merge pull request #29 from arthurdenner/docs/add-use-lax-to-readme
...
docs: Add use-lax to the README.md
v1.2.1
2019-04-03 07:17:58 +01:00
Alex Fox
e630079794
fix merge
2019-04-03 07:16:56 +01:00
Alex Fox
f68690aca8
fixed issue with resizing window
2019-04-03 07:16:26 +01:00
Alex Fox
33757cf7fa
Update index.html
2019-04-02 08:24:08 +01:00
Alex Fox
e44b8c7ddb
Update index.html
2019-04-02 08:23:49 +01:00
Alex Fox
57d6726326
Update index.html
2019-04-02 08:22:46 +01:00
Alex Fox
6437b229f9
Merge branch 'master' of https://github.com/alexfoxy/laxx
2019-04-02 07:09:53 +01:00
Alex Fox
359d19e8af
minor code clean up
2019-04-02 07:09:25 +01:00
Alex Fox
e6a322bbac
Update README.md
2019-03-26 17:28:23 +00:00
Alex Fox
b670d2fd12
removed changelog file
2019-03-26 09:02:33 +00:00
Alex Fox
21aced1fab
Merge branch 'master' into dev
2019-03-26 09:00:37 +00:00
Alex Fox
e1ed428663
Update README.md
2019-03-26 08:59:58 +00:00
Alex Fox
877bb3ec1a
Update README.md
v1.2.0
2019-03-26 08:51:01 +00:00
Alex Fox
b7d32ace26
Update README.md
2019-03-26 08:49:30 +00:00
Alex Fox
3813e8d486
Merge pull request #30 from alexfoxy/dev
...
Merge 1.2 dev to master
2019-03-26 08:48:40 +00:00
Alex Fox
b4cfc8d6b4
tweaked backface visibility
2019-03-26 08:47:24 +00:00
Alex Fox
f2d3dc0977
readme tweak
2019-03-26 08:40:51 +00:00
Alex Fox
a9a5d6a216
Merge branch 'dev' of https://github.com/alexfoxy/laxx into dev
2019-03-26 08:39:39 +00:00
Alex Fox
f035230a56
tweak readme
2019-03-26 08:39:37 +00:00
Alex Fox
fddfeaabeb
Update README.md
2019-03-26 08:38:37 +00:00
Alex Fox
51dac49553
rc for 1.2
2019-03-26 08:17:49 +00:00
Alex Fox
eb0a1b4230
Merge branch 'spriteanimation' into responsive
2019-03-26 08:16:39 +00:00
Alex Fox
7965234d87
sprite sheet and other changes
2019-03-26 08:16:21 +00:00
Arthur Denner
ea813af50b
docs: Add use-lax to the README.md
2019-03-25 14:12:18 -03:00
Alex Fox
278168414b
x
2019-03-23 16:34:46 +00:00
Alex Fox
25ac2b5497
added sprite sheet animation
2019-03-23 16:31:25 +00:00
Alex Fox
9c9038a3ea
merged master
2019-03-23 13:24:02 +00:00
Alex Fox
bb6133ea2b
Merge pull request #24 from alexfoxy/revert-23-feature-this-bugs
...
Revert "fix "this" bugs"
2019-03-23 13:10:58 +00:00
Alex Fox
0d36e901d7
Revert "fix "this" bugs"
2019-03-23 13:10:36 +00:00
Alex Fox
49c45d8e4f
changed breakpoint seperator and fixed demo
2019-03-23 10:28:43 +00:00
Alex Fox
1247463303
Merge branch 'responsive' of https://github.com/alexfoxy/laxx into responsive
2019-03-23 10:09:15 +00:00
Alex Fox
a587813c1e
x
2019-03-23 10:09:12 +00:00
Alex Fox
08dd1ceb6e
Merge pull request #23 from flycsqaq/feature-this-bugs
...
fix "this" bugs
2019-03-23 10:07:44 +00:00
Alex Fox
f9074ee5e6
Merge pull request #17 from afanjul/responsive
...
Using a class for identify lax elements, and using mobile-first breakpoints
2019-03-23 10:06:42 +00:00
zhoufeiyu
8684fb8ee3
fix this bugs
2019-03-23 13:51:48 +08:00
Alejandro Fanjul
9589627ed7
Using "--" as default separator for breakpoints, but the user could change it for "." or "_", etc.
...
Fixed some coding regarding finding "presets" to avoid looping multiple times. Now we just discover the presets attribute and traverse in another loop.
-In the original loop (through attributes), if a preset add another attributes (ie. data-lax-translate-x) the added attributes get traverse in the loop... (as part of the elements attributes).
2019-03-22 17:57:11 +01:00
Alejandro Fanjul
692ff93731
Fixed possible namespace problems using ':' for breakpoints, better to stick to '#' it seems safe to use
2019-03-22 14:04:58 +01:00
Alejandro Fanjul
cf77d95f0e
Merge remote-tracking branch 'upstream/responsive' into responsive
...
Conflicts:
src/lax.js
2019-03-22 13:59:27 +01:00
Alejandro Fanjul
1dd3bebbdd
Using a class for identify lax elements, by default ".lax", but the user could define custom one in options
...
Using breakpoints with "mobile-first" approach as latest css frameworks does (ie. bootstrap 4, semantic-ui, etc.)
2019-03-22 13:48:41 +01:00
Alex Fox
33bd72d825
tweak to lax update functio
2019-03-22 12:48:06 +00:00
Alex Fox
b461e7b1cf
fixes and added support for responsive presets
2019-03-22 12:37:43 +00:00
Alex Fox
fee90b3a82
added error for no default setting
2019-03-22 08:38:23 +00:00
Alex Fox
7431ff3840
added support for screen size breakpoints
2019-03-22 08:27:13 +00:00
Alex Fox
07899d3443
Merge branch 'master' into dev
2019-03-20 17:37:45 +00:00