Git Product home page Git Product logo

Comments (11)

Mobius1 avatar Mobius1 commented on July 27, 2024 1

I've found the bug breaking the progress bars and fixed it in v1.1.9.

Exit animations were fixed in v1.1.8.

from bulletin.

meltynetv2 avatar meltynetv2 commented on July 27, 2024 1

For whatever reason, this repo had the wrong animate.min.css file included which was causing the exit animation bug. Fixed in v1.1.10.

Awesome! Appreciate the effort put in to fix this bug. Good work.

from bulletin.

Mobius1 avatar Mobius1 commented on July 27, 2024

I'll take a look today to see what's going on.

from bulletin.

meltynetv2 avatar meltynetv2 commented on July 27, 2024

I've found the bug breaking the progress bars and fixed it in v1.1.9.

Exit animations were fixed in v1.1.8.

Thank you! Appreciate the fast effort and I'm glad this has been fixed. I will report back momentarily with my findings.

from bulletin.

meltynetv2 avatar meltynetv2 commented on July 27, 2024

I've found the bug breaking the progress bars and fixed it in v1.1.9.

Exit animations were fixed in v1.1.8.

Hello, I have tried the new 1.1.9 version and the progressbars are now working on the simple notifications. Although I am still having an issue with the exit animations... I have tried setting the exitAnim property and not setting it and no luck.

Here is my code for executing a notification:
exports['bulletin']:Send({ message = msg, progress = true, exitAnim = "fadeOut" })

I am on version 1.1.9 and this code above does not show a notification with exit animation. Can you look into this and let me know if you find out what is causing this? Much appreciated and keep up the great work!

from bulletin.

Mobius1 avatar Mobius1 commented on July 27, 2024

Very strange. I've tested with the code below and exit animations are working my end.

Citizen.CreateThread(function()
    local exits = { 'fadeOut', 'fadeOutLeft', 'flipOutX', 'flipOutY', 'bounceOutLeft', 'backOutLeft', 'slideOutLeft', 'zoomOut', 'zoomOutLeft' }

    Citizen.Wait(1000)

    for _, exit in ipairs(exits) do
        exports['bulletin']:Send({ message = exit, progress = true, exitAnim = exit, position = 'topleft' })

        Citizen.Wait(750)
    end
end)

Result

from bulletin.

meltynetv2 avatar meltynetv2 commented on July 27, 2024

Alright, let me try this out. Is strange it doesn't work on my end specifically.

from bulletin.

meltynetv2 avatar meltynetv2 commented on July 27, 2024

Very strange. I've tested with the code below and exit animations are working my end.

Citizen.CreateThread(function()
    local exits = { 'fadeOut', 'fadeOutLeft', 'flipOutX', 'flipOutY', 'bounceOutLeft', 'backOutLeft', 'slideOutLeft', 'zoomOut', 'zoomOutLeft' }

    Citizen.Wait(1000)

    for _, exit in ipairs(exits) do
        exports['bulletin']:Send({ message = exit, progress = true, exitAnim = exit, position = 'topleft' })

        Citizen.Wait(750)
    end
end)

Result

So after testing this code, the only animations that worked was the "bounceOutLeft" and "backOutLeft". That one showed an animation for it's exit. Otherwise the rest didn't work. Possibly you can look and see if there is a difference between the code for the rest and the one that worked?

from bulletin.

meltynetv2 avatar meltynetv2 commented on July 27, 2024

@Mobius1 Hey! Did you by chance look into this and find any reason for this not working on my end or others? If not, should I just look into this myself? if not, I am completely fine using the 2 animations that do work for now. Appreciate the help given!

from bulletin.

Mobius1 avatar Mobius1 commented on July 27, 2024

I've just moved my FiveM server onto a dedicated server and I'm now getting the same bugs you've reported. I need to look into what's going on.

from bulletin.

Mobius1 avatar Mobius1 commented on July 27, 2024

For whatever reason, this repo had the wrong animate.min.css file included which was causing the exit animation bug. Fixed in v1.1.10.

from bulletin.

Related Issues (7)

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.