Consider the functions on $[0,1]$:
$f_n(x)=nx$, when $x$ is between $0$ and $1/n$
$f_n(x)=2-nx$, when $x$ is between $1/n$ and $2/n$
$f_n(x)=0$, otherwise
How to see it is not (uniformly) equicontinuous?
I checked $0$. For $\epsilon$=$1/2$, no matter how small the neighborhood around $0$ we pick, we can choose a $N$ large enough s.t. $1/N$ < $\delta$. So for $n> N$ , we will have some $x$=$1/n$, which satisfies $|x- 0|$ < $1/N$< $\delta$, but makes $|f_n(x)-0|$= $1$, instead of smaller than $1/2$.
Is it correct?
Your answer looks perfectly fine.