Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/angularjs/25.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
AngularJS:滑动+;数据内容更改时淡出动画(正在从服务器加载数据)_Angularjs_Animation - Fatal编程技术网

AngularJS:滑动+;数据内容更改时淡出动画(正在从服务器加载数据)

AngularJS:滑动+;数据内容更改时淡出动画(正在从服务器加载数据),angularjs,animation,Angularjs,Animation,HTML I have an application where I load the data using Angular JS ng-repeat. 所有数据在此处水平呈现 I have an application where I load the data using Angular JS ng-repeat. 我有一个next和previous按钮,用于从rest服务获取下一批/上一批受让人。我需要以这样一种方式设置此提取的动画:在提取下一批记录时,它应该平滑地向左滑动,然后

HTML

 I have an application where I load the data using Angular JS ng-repeat.
所有数据在此处水平呈现

 I have an application where I load the data using Angular JS ng-repeat.
我有一个next和previous按钮,用于从rest服务获取下一批/上一批受让人。我需要以这样一种方式设置此提取的动画:在提取下一批记录时,它应该平滑地向左滑动,然后在提取前一批记录时,它应该平滑地向右滑动

 I have an application where I load the data using Angular JS ng-repeat.
请参见下面的屏幕截图:

这里没有问题。到目前为止你试过什么?你想解决什么问题?这里的人都愿意帮忙,但这不是一个只分发作业的地方:)而且,这里没有截图。这里没有问题。到目前为止你试过什么?你想解决什么问题?这里的人都愿意帮忙,但这不是一个只分发作业的地方:)而且,这里没有截图。使用
 I have an application where I load the data using Angular JS ng-repeat.