107 Commits

Author SHA1 Message Date
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
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
Alex Fox
b99389f388 Update index.html 2019-03-20 10:36:10 +00:00
Alex Fox
027772e364 Merge branch 'dev' v1.1.0 2019-03-19 15:36:26 +00:00
Alex Fox
802fa7592c added optmize, new presets, background position 2019-03-19 15:36:02 +00:00
Alex Fox
f9395c6c27 Merge branch 'master' into dev 2019-03-19 07:05:54 +00:00
Alex Fox
e8b68c246a Merge branch 'master' of https://github.com/alexfoxy/laxx 2019-03-18 17:04:07 +00:00
Alex Fox
e2a30f53b5 improved demo performance 2019-03-18 17:03:34 +00:00
Alex Fox
c96ff53460 Update README.md v1.0.5 2019-03-18 16:44:40 +00:00
Alex Fox
9790b42b2e changes to make usage with react and vue easier 2019-03-18 16:44:08 +00:00
Alex Fox
25d890421b Merge branch 'master' of https://github.com/alexfoxy/laxx v1.0.4 2019-03-17 11:46:32 +00:00
Alex Fox
842b7d40d6 added populateElements function to call when dom is updated 2019-03-17 11:46:25 +00:00
Alex Fox
4657e7adff Update README.md 2019-03-17 10:51:07 +00:00
Alex Fox
d768100817 Update README.md 2019-03-17 10:49:44 +00:00
Alex Fox
d274614a28 Create LICENSE 2019-03-17 10:42:33 +00:00
Alex Fox
298f29e188 Merge branch 'master' of https://github.com/alexfoxy/laxx 2019-03-17 10:15:20 +00:00
Alex Fox
4791239fd3 tweaked css in demo 2019-03-17 10:15:13 +00:00
Alex Fox
793a9bb36e Merge pull request #4 from 0xflotus/patch-1
fixed implement dependency
2019-03-16 17:36:48 +00:00
0xflotus
afe3114f9b fixed implement dependency 2019-03-16 17:53:40 +01:00
Alex Fox
08e3719a29 Merge pull request #3 from antonreshetov/pr-npm-install
NPM install
v1.0.3
2019-03-16 14:12:08 +00:00
Anton Reshetov
525038a120 docs: add npm install example 2019-03-16 17:03:02 +03:00