Skip to content

Commit

Permalink
Scroll: muti examples
Browse files Browse the repository at this point in the history
* [update] scroll example, split old scroll to two pages

* [add]{heizontal.vue} heizontal scroll demo

* [add] fake jd home page scroll example

* [add] fake toutiao scroll example

* [fix] replace cube-view translate3d to translate
  • Loading branch information
tank0317 authored and dolymood committed May 18, 2018
1 parent db93d1e commit 17caf06
Show file tree
Hide file tree
Showing 9 changed files with 971 additions and 404 deletions.
4 changes: 2 additions & 2 deletions example/components/cube-view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

<style lang="stylus" rel="stylesheet/stylus">
.cube-view
transform: translate3d(0, 0, 0)
transform: translate(0, 0)
.page-move-enter, .page-move-leave-active
transform: translate3d(100%, 0, 0)
transform: translate(100%, 0)
.page-move-enter-active, .page-move-leave-active
transition: transform .3s
</style>
Loading

0 comments on commit 17caf06

Please sign in to comment.