A Pen by ApexCharts on CodePen.
Glitch effect using only CSS and SVG filters. No Javascript required.
Inspired by this pen: http://codepen.io/lbebber/pen/qEjRYd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet"> | |
<body class="bg-default"> | |
<div class="main-content"> | |
<!-- Navbar --> | |
<nav class="navbar navbar-top navbar-horizontal navbar-expand-md navbar-dark"> | |
<div class="container px-4"> | |
<a class="navbar-brand" href="https://www.creative-tim.com/product/argon-dashboard" target="_blank"> | |
Argon | |
</a> | |
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-collapse-main" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// import namespace | |
import android.app.ProgressDialog; | |
//initialize progress dialog | |
ProgressDialog progressDialog=new ProgressDialog(MainActivity.this); | |
//settings |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template xmlns:v-slot="http://www.w3.org/1999/XSL/Transform"> | |
<v-container | |
class="fill-height" | |
fluid | |
> | |
<v-row | |
align="center" | |
justify="center" |