Issues with ox_lib notify

There was recently an ox_lib update to be able to put animations on ox_lib notifications, I tried except that it doesn’t work I still have the basic animation, could someone help me please?

RegisterCommand('id', function()
    lib.notify({
        title = 'Your ID is ' .. GetPlayerServerId(PlayerId()),
        description = 'Notification',
        position = 'top',
        duration = 5000,
        style = {
            backgroundColor = '#001D32',
            borderRadius = 30,
            color = '#E1F2FF',
            ['.description'] = {
              color = '#909296'
            }
        },
        iconAnimation = 'shake',
        icon = 'circle-info',
        iconColor = '#E1F2FF'
    })
end, false)

OX lib documentation :
image