I have been fiddling around with some series of functions and analyzing whether they converge pointwise or uniformly. Furthermore I know that continuity and convergence of integrals does not always follow from pointwise but for uniform convergence as seen in a counterexample (of a non-uniform convergence) for $f_n:[0,1]\to\mathbb R$ with
$$f_n(x)=\begin{cases}n^2x, &0\leq x\leq \frac1n,\\2n-n^2x, &\frac1n<x\leq \frac2n,\\ 0, &x>\frac2n,\end{cases}$$
which yields $\lim_{n\to\infty}f_n(x)=0$ for all $x\in[0,1]$ but $\int_0^1f_n(x)~\mathrm dx=1\neq 0$.
I am having trouble finding a decent informal explanation (not just applying the definitions to test for convergence) of both terms other than referring to the "speed of convergence" which is different in both cases.
ELI5: What are pointwise and uniform convergence and what is the difference?

