Questions tagged [sliding]
392 questions
26
votes
2 answers
jQuery .slideRight effect
I need for a div tag to slide out on the right side of the screen, how do I get this effect with jQuery? I've been looking here: http://api.jquery.com/category/effects/sliding/ and it doesn't seem to be what I'm looking for...

Ben
- 60,438
- 111
- 314
- 488
26
votes
3 answers
How to Create Android Tabbed style with Page Swipe View
I want an example of tab like this
I searched but just got this.
viewpageindicator
I couldn't use this source. Can someone tell me another example of tab with sliding option.
I think the viewpageindicator is not the same as google plays…

Person
- 345
- 2
- 4
- 11
22
votes
4 answers
Twitter Bootstrap carousel vertical sliding
Is it possible to implement vertical carousel sliding widh Twitter Bootstrap?
In bootstrap.js I find this
, slide: function (type, next) {
var $active = this.$element.find('.active')
, $next = next || $active[type]()
, isCycling =…

Qwadrat
- 223
- 1
- 2
- 6
17
votes
3 answers
Slide RecyclerView up as you swipe it up, or slide recyclerview down as you swipe down
I want to create a Fragment with a RecyclerView that slides up and shows more items as you slide it up.
Here is an example of what I am talking about.
Initial Creation:
User Swipes Up to slide RecyclerView up, shows more items:
There are a few…

AndyRoid
- 5,062
- 8
- 38
- 73
16
votes
5 answers
Animations: Sliding & Fading controls on a C# form (winforms)
I'm trying to implement a way to animate (translate, fade) controls around (more than one at the same time possibly) elegantly. For example, lets say I had a picture in the top left corner, and a textbox in the bottom right corner, I'd like to be…

caesay
- 16,932
- 15
- 95
- 160
14
votes
4 answers
How to set a specific tab when opening a Sliding Tab Layout activity?
I tried this tutorial and it works great, but now I would like to know if it is possible, when opening the application, to go directly to a specific tab and not the first one (at left) by default ?
Ex : I would like the application to open directly…

Rob
- 748
- 2
- 7
- 16
12
votes
5 answers
Delphi: sliding (animated) panel
Is there a sliding (animated) panel component for Delphi?
For instance it can be found in Raize Components (a left panel with a "Hot Spot" or hide/show button).
I need not a resizeable panel but a panel that can slide horizontally and smoothly…

maxfax
- 4,281
- 12
- 74
- 120
12
votes
2 answers
Sliding border from right to left using CSS
I have a header that I want to have a border on that slides from right to left on hover, using pure CSS if that's possible.
At the moment, I can get a border that slides from left to right using the following CSS:
#header a:after {
content:…

MasterDex
- 303
- 1
- 3
- 12
8
votes
2 answers
jQuery - animating 'left' position of absolutely positioned div when sliding panel is revealed
I have a hidden panel off the left side of the screen which slides into view on the click of a 'tab' positioned on the left side of the screen. I need the panel to slide over the top of the existing page content, and I need the tab to move with it.…

Matt
- 277
- 1
- 7
- 15
8
votes
1 answer
Implementation of Sliding Menu J. Feinstein
I'm trying to develop an application using jeremy feinstein's SlidingMenu library which I found very interesting. I have set up everything and created a sample project just to check whether i'm able to implement the sliding menu, but unfortunately I…

Srujan Simha
- 3,637
- 8
- 42
- 59
7
votes
2 answers
Disable SlidingMenu in activity
I have one parent class which uses SlidingMenu. And the childs extending parent class shows the sliding menu on Home Icon click.
How to disable the sliding menu in the child classes?
codes Parent Class :
public class BCFragmentActivity extends…

aman.nepid
- 2,864
- 8
- 40
- 48
6
votes
1 answer
Scrolling a Tiled Map in Cocos2D
I've got an issue that I simply can't figure out; probably because I don't have the correct knowledge.
I have a TMX map made in Tiled. The Map is bigger than the screen size (tiles are 32x32pixels and there are 100x100 tiles).
What I want to do is…

hiroki
- 587
- 5
- 10
6
votes
2 answers
Cardview inside tab fragment
I'm working on material design navigation drawer with sliding tabs and I have implemented the same.
Now I want to add cardview with recycler view inside one of the tab fragment but don't know how to do it.
Please can someone help me with…

User0706
- 1,067
- 1
- 18
- 34
6
votes
1 answer
Sliding Tab Layout in iOS app developed in Swift
I am developing an iOS app in Swift with the latest Xcode - Xcode 7 and would like to implement the "Sliding tab layout" feature available for Android apps.
I have seen some iOS apps as well which have Sliding Tab Layout.
How can I create a sliding…

bably
- 1,065
- 5
- 17
- 27
6
votes
2 answers
Android: Up/down animated sliding menu
I have tried several solutions but need help. The topics below are really useful but I think I'm doing something wrong. How to set layout height/settings for both? Let's say I have 2 LinearLayout for content and bottom menu.
Also I don't want the…

Alper Tekin
- 173
- 1
- 2
- 14