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
pm uninstall -k --user 0 com.samsung.android.bixby.es.globalaction | |
pm uninstall -k --user 0 com.samsung.android.bixbyvision.skincare | |
pm uninstall -k --user 0 com.asurion.android.verizon.vms | |
pm uninstall -k --user 0 com.motricity.verizon.ssodownloadable | |
pm uninstall -k --user 0 com.vzw.hs.android.modlite | |
pm uninstall -k --user 0 com.vznavigator.Generic | |
pm uninstall -k --user 0 com.samsung.android.app.watchmanager | |
pm uninstall -k --user 0 com.samsung.android.spdfnote | |
pm uninstall -k --user 0 com.sec.android.app.withtv | |
pm uninstall -k --user 0 com.samsung.android.app.memo |
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
/* @group Base */ | |
.chosen-container { | |
position: relative; | |
display: inline-block; | |
vertical-align: middle; | |
font-size: 13px; | |
zoom: 1; | |
*display: inline; | |
-webkit-user-select: none; | |
-moz-user-select: none; |
Reveal Animations When You Scroll
Forked from sayed rafeeq's Pen Animate on scroll with wow.js.
A Pen by Captain Anonymous on CodePen.