1.在tabs导航中,部分子页面隐藏底部选项卡 tabs添加: 要隐藏选项卡的子页面: direction: 2.设置导航的过渡方向: JS中:注入 使用: 3.下拉刷新 4.滚动条到底加载 $scope.$on('stateChangeSuccess', function () { $scope. ...
分类:
Web程序 时间:
2018-04-15 13:29:34
阅读次数:
277
Given an integer matrix, find the length of the longest increasing path.From each cell, you can either move to four directions: left, right, up or dow ...
分类:
其他好文 时间:
2018-04-14 18:04:56
阅读次数:
341
【Real Time Rendering 2】 1、The light vector l is usually defined pointing in a direction opposite to the direction the light is traveling. 2、The surfac ...
分类:
其他好文 时间:
2018-04-14 17:13:49
阅读次数:
171
flex布局学习网址http://www.runoob.com/w3cnote/flex-grammar.html 因为基础的知识点在网站上都有所以这里就不做重复记录了 flex布局的width,height不一定是自己设置的固定值 以下是一些个人的理解 情况1 以上代码当flex-directio ...
分类:
其他好文 时间:
2018-04-13 16:15:36
阅读次数:
183
1 Flex 布局 首先聊聊Flex 布局,Flex 布局又称“弹性布局”,任何容器都可以指定为Flex布局,设置Flex布局会使得子元素的float、clear、vertical align失效 1.1 Flex属性 1.1.1 flex direction:决定项目的排列方向,默认自左向右水平排 ...
分类:
Web程序 时间:
2018-04-13 16:14:53
阅读次数:
299
1.hold ? fish : palm; 鱼和熊掌不可兼得 2. if(this.Head.SetDirection(TheMoon.GetInstance().Position)) { this.Head.SetDirection(GROUND_DIRECTION); this.ThinkAbo ...
分类:
其他好文 时间:
2018-04-07 16:18:19
阅读次数:
196
1.flex-dierction 1.1 flex-direction: row; 1.2 flex-direction:row-reverse 1.3 flex-direction:column 1.4 flex-direction:column-reverse 后面的值会覆盖掉前面的值。 fle ...
分类:
其他好文 时间:
2018-04-05 18:36:06
阅读次数:
211
CSS3 动画属性 语法:animation: name duration timing-function delay iteration-count direction; 下面的表格列出了 @keyframes 规则和所有动画属性: 在 @keyframes 中创建动画时,请把它捆绑到某个选择器, ...
分类:
Web程序 时间:
2018-04-04 12:53:11
阅读次数:
387
flex布局 1、只能对直接子元素有影响 flex-direction:row | column 1、表示布局的方向,[row]在行方向上布局,[column]在列方向上布局。 justify-content:flex-start | flex-end | center | space-betwee ...
分类:
其他好文 时间:
2018-03-31 13:21:17
阅读次数:
104
◎ direction表示滚动的方向,值可以是left,right,up,down,默认为left ◎ behavior表示滚动的方式,值可以是scroll(连续滚动)slide(滑动一次)alternate(往返滚动) ◎ loop表示循环的次数,值是正整数,默认为无限循环 ◎ scrollamo ...
分类:
其他好文 时间:
2018-03-29 12:00:16
阅读次数:
277