I can't do vertical slide in orbit, using foundation 5. The only type of animation that works is animation:'slide'. I opened the orbit js file, and realized that only this option was contemplated, regardless of the documentation on the official site, which implies that I could use fade, vertical-slide and others. Has anyone been successful in doing this?
It seems that foundation has taken the animations from this plugins...
Related
I have a quick HTML foundation question. I am using foundation for my HTML page. I want to know how to do a photo gallery that has next and pervious and auto play with a description under each photo any ideas?
You might want to check Slick slider which is also recommended by Zurb:
http://kenwheeler.github.io/slick/
(Orbit Slider by Zurb is already deprecated)
Foundation has a build in element called Orbit for that: Orbit Carousel
You can access the plugin options directly via data attributes.
I've got a question regarding animations with polymer. I want to make a custom element in polymer and have some default animations on it. In the past I would have used jQuery, but I would like to test the possibilities of the Material Design Library.
I have an element containing a date, whenever I click on it, it should transform and show details.
Here is a link to the animation I would like to get.
https://vid.me/yyFN
I'm sorry for the watermark, it was the first thing I fount to capture the screen.
What would be the best way to get this animation in a custom element on the Polymer Library?
Bart
Ps: This is my first question, please help me if this question is incorrect or not the way it should.
There is an element for that! it is called neon-animation, you can find it in the Polymer's Catalog :
neon-animations
neon animations provide pre-defined animations you can use in your web app, but first you need to understand the concept of web animation in the Polymer world.
There is no better tutorial than these three videos on animations done by Rob Dodson:
Behaviours
Slick Web Animations
neon-Animated Pages
Its recommended, no its vital you watch them in order
Doing some reading I there are mentions that Zurb Foundation has something that supports side slide-out menus, similar to the one that can be found on the following website (triggers via the icon on the top left corner): http://www.dtelepathy.com/
Looking at foundations doco I'm unable to find anything. Would anyone be able to point me in the right direction on how to achieve such behavior with Zurb Foundation?
Many Thanks!
There is something for Foundation 3 called off canvas slides. I am not sure that this is compatitible with Foundation 4.
http://zurb.com/playground/off-canvas-layouts
The one you're looking at on http://www.dtelepathy.com is drawjs:
http://codepen.io/rolandjitsu/pen/CgmGd
I discovered the new css controlling scrolling and snapping on http://msdn.microsoft.com/en-us/library/windows/apps/hh466066.aspx
I wonder if there's a tutorial or sample out there explaining how this works and to use those css-attributes.
I'm working on a (angularjs based) calendar and I wonder if it's possible to extend it using css to support touch panning trough the months (like win8 calendar navigating with the fingers).
http://jsfiddle.net/johnnayweiler/FyrtQ/
How to use like -ms-scroll-snap to make the view go with the finger, then snap to the next page? What js events would be recommended to know when the scroll amount reached this snap point(to load the next month).
Also of course, is there something similar in other browsers(this doesnt seem to be a standarts feature)? Probably using javascript, are there some simple solutions for handling momentum and snap?
Thanks for your ideas :)
Theres now an official sample ;)
http://code.msdn.microsoft.com/ie/Scrolling-panning-and-6834aaf9/sourcecode?fileId=68336&pathId=380363024
I am trying to program a website with multiple independent pages and I would like to use the slide transition effect between pages as it can be done with the jquery mobile Framework but WITHOUT using this one. My goal is to make a desktop web site and not a mobile app.
The fluidity and the speed of execution are my objectives. I saw that you can use the jQuery Easing plugin (version 1.3) but I'm not able to place this code for having a fluid transition effects between independent pages.
I intended to do this transition page effect with the TerrenceRyan.com solution but it doesn't work correctly.
I don't want to do a navigation with jquery anchor or hidden divs placed in a long one page, but many independent pages that arrive at their click sliding.
To give you an example of what I am trying to achieve, here are some links:
http://www.craigandkarl.com/
http://www.ultranoir.com/
If performance is key and you don't want to use jQuery maybe have a look at the new greensock javascript library
They have a test page which shows that it performs really well against other similar libraries:
speed test page
I have been using their AS2, AS3 engine for flash for many years now and if the JS version is nearly as good, then I'm sure it will be of use to you.