how to add background image as carousel in tailwind CSS? - carousel

This the code please i need your answers
Enjoy
Inspirational Content on 2WJ
TRAILER

Related

nativescript carousel by javascript

I want to create a horizontal scroll-view with stack-layout similar to 'olx' app. But the problem i am facing is to achieve endless scroll or carousel like scroll.
in the below link, carousel template was already implemented but it was too complicated to understand.
https://play.nativescript.org/?template=play-js&id=sRSad7&v=6
how to build and achieve endless horizontal scroll of the icons in stack-layout like in 'OLX' app. I am not expecting someone to code but just a flowchart of doing things would be very helpful.

Can i create animated resize content as in react native docs

I want to create the same animation content but I don't know how to do this. Using just KeyboardAvoidingView don't do that effect
https://facebook.github.io/react-native/docs/keyboardavoidingview.html
It's not exactly component you want to animate. But this article could help you.
You'll find the GitHub repository there.
Don't miss to check official doc for animations.

Edge Animate CC dynamic / animated slider

I want to make a dynamic animated slider with symbols that contain clickable actions vs a slider image only approach. I would like to use a "next" button and a "back" button that will scroll multiple background images that contain clickable links. I can produce a basic image slider with the back and next buttons, but this approach is limited. Any help on how I can do this in Edge Animate CC will be very appreciated.
I was looking for a very simple slideshow a while ago. Came up with this here:
http://jquery.malsup.com/cycle/
If you want your Slides to contain any clickable items you will be able to simply add them to the sides div. Just set the picture as a background image in CSS and you are free to develop any clickable items infront.
Here is another tutorial that worked fine for me: http://line25.com/tutorials/build-a-simple-image-slideshow-with-jquery-cycle
To me this is easy to understand and if you are used to jQuery at least a little bit this here will work out fine for you.

Galleriffic - how to display div on mouseover, hide on mouseout?

I'm trying to display exif info inside a div when hovering over a div element in the gallery (image or filename). It's easy enough to do outside of the gallery, but when I try to do it with a div element of the gallery, nothing happens because the content is being served up via jquery.galleriffic.js dynamically.
You can see the effect here when you mouseover the image:
http://forums.dpreview.com/forums/post/50833256
I have the exif info to display in a database, so I just need to know how to show/hide the div when hovering over the image. Trial and error would take me a while, so if you're an expert, I'd appreciate some advice on where to place the .bind("mouseover")... statements in jquery.galleriffic.js
This is a similar question, but the problem wasn't resolved:
jQuery Galleriffic issue with jQuery inline
Add the exif data to the "caption" area (defined in galleriffic.captionContainerSel), and show/hide with css when you hover the slideshow image.

Search for CSS(Sencha Touch) tutorials

I want to change the layout of my app. I want use my own buttons and change background color.
Can someone post some useful tutorials. I'm not so good in css
thanks for help
My only advice is for you to use Firebug if you want to customize you app.
Set cls attributes to your components, launch the app on a Firefox/Chrome/Safari and then just right click on the HTML element you want to customize and take a look at the CSS set for the element. Then, it's all about CSS writing.
Either you can override the existing CSS with your own stylesheet, you can also use SCSS for theming a touch application. Take a look at this guide on SCSS http://www.sencha.com/blog/an-introduction-to-theming-sencha-touch
ya you can change your background colors in touch-charts-full.css file. In that you can able to change shape of the buttons also.If suppose you want to chnage the background color of toolbar, Search for toolbar in css file and change background color in that.