Skip to content

Commit

Permalink
3D Transforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Aminerman committed Oct 23, 2019
1 parent 0b2ef0a commit 0e36edd
Show file tree
Hide file tree
Showing 12 changed files with 2,680 additions and 2,420 deletions.
6 changes: 5 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
dist/*
dist/*

democomponents/*

App.vue
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ yarn-error.log*
*.sw?

publish.txt

App.vue
main.js
democomponents/
styles/
assets/
vue.config.js
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Options can then be passed to `<parallax-element />` like so :
- Combine multiple transform types on one element
- filter: drop-shadow() prop on parallax-element
- Translate on one Axis
- Use 3d transform
- Touch events
- parallax-element not required to be a direct child of parallax-container

## License
Expand Down
Loading

0 comments on commit 0e36edd

Please sign in to comment.