Giter VIP home page Giter VIP logo

app-folders's People

Contributors

limeblast avatar spsaucier avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

app-folders's Issues

Jumping to the top of the page

I've been able to get the plugin working just fine when opening one of the folders, but upon closing a folder, the page automatically jumps to the top.

This is fine on sites like the RedFox media example, as the folders are at the top of the site, but on my site, the folders are about half way down the page, and as such, having the site jump to the top of the page is undesired.

Is there some way that I can avoid this happening?

Thank you

Clicking the close link $('.jaf-close') does not reset opacity of all folders.

This patch should help:

index 670b1d6..8230623 100644
--- jquery.app-folders.js.orig
+++ jquery.app-folders.js
@@ -196,6 +196,12 @@

                                //Reset the margin-top for the container
                                $(this).parent().parent().animate({ marginTop: settings.marginTopBase }, settings.animationSpeed );
+        
+        //Reset opacity
+                               $(".jaf-container").find(".folder").each(function() {
+                                       $(this).animate({ opacity: 1.00 }, settings.animationSpeed);
+                               });
+
                        });

IE9+

Hi

this (tutorial using app folders on http://thomaspark.me/project/expandingalbums/) seems only to work on IE9+. This demo relies on the App Folders jQuery plugin they said. Is there a fix for older versions of IE (or other browsers/versions that may not function well)?

Dynamic Content May Break Loading

Hey Stephen - Just a FYI I was trying to utilize this and load my twitter feed into it using https://twitter.com/about/resources/widgets/widget_profile , but when opening the section it redirects to a page with just the twitter widget. Most likely just a conflict in div structure. I was only doing that as a quick-test and will be actually loading tweets into it via PHP instead of client-side, but thought you may want to know.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.