Git Product home page Git Product logo

Comments (6)

longlostnick avatar longlostnick commented on July 16, 2024

I'm not sure how this is happening. It doesn't use anything related to glyphicons. It only uses bootstrap js/css, and the plugin does not apply any custom css other than basic margin/positioning. The fade is accomplished using jQuery fadeOut, though admittedly it would be cool to change that to css at some point. That doesn't help your case though.

Could this be related to some of the style bootstrap applies to alerts?

If you could provide some source code or something I might be able to help further.

from bootstrap-growl.

toxsid avatar toxsid commented on July 16, 2024

When we remove the fadeIn/fadeOut the growl notifications work correctly as long as there is no animation.

Here is a video of what is happening:
https://www.youtube.com/watch?v=SFfVCXZrNP8&list=UUmZJZ53ymIhqMZO4sT8U90Q

from bootstrap-growl.

longlostnick avatar longlostnick commented on July 16, 2024

Are you sure you don't have some sort of callback happening on fadeOut or remove that's re-triggering it? Glyphicons is just css right? I don't think that would be affecting anything.

from bootstrap-growl.

toxsid avatar toxsid commented on July 16, 2024

Here is my source code:
http://i.imgur.com/F98Ui15.png

from bootstrap-growl.

graphcom1 avatar graphcom1 commented on July 16, 2024

Had the same issue after installing the new glyicons PRO. I disabled this line in glyicons.css and it's fixed:
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite}

from bootstrap-growl.

toxsid avatar toxsid commented on July 16, 2024

I had to do the same-thing. It appears the animate.css is not compatible with the new glyphicons set. So for now the fadeIn/FadeOut does not work, I wish it worked, maybe the developer can chime in?

from bootstrap-growl.

Related Issues (20)

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.